summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Janczyk2013-08-19 15:15:41 +0200
committerMichael Janczyk2013-08-19 15:15:41 +0200
commit935c3b5e0128873b07848c50a3a89af1fc65cc29 (patch)
treef06e23ac4dfa85e59e8362509e9ec86bd6c498b9
parenthald won't sart if dir does not exist (diff)
downloadcore-935c3b5e0128873b07848c50a3a89af1fc65cc29.tar.gz
core-935c3b5e0128873b07848c50a3a89af1fc65cc29.tar.xz
core-935c3b5e0128873b07848c50a3a89af1fc65cc29.zip
brag about it, yet!
-rw-r--r--src/initramfs/distro-specs/rhel/functions-default3
-rwxr-xr-xsrc/installer/slxos-setup2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/initramfs/distro-specs/rhel/functions-default b/src/initramfs/distro-specs/rhel/functions-default
index ba50e109..51e45af6 100644
--- a/src/initramfs/distro-specs/rhel/functions-default
+++ b/src/initramfs/distro-specs/rhel/functions-default
@@ -50,6 +50,9 @@ config_distro () {
-e "s/GATEWAY=.*/GATEWAY=$gateway/" -i /mnt/etc/sysconfig/network
# check for inittab file
#test -f /mnt/etc/inittab || error "$df_erritab"
+
+# for screen sessions
+testmkd /mnt/var/run/uscreens 4777
}
# initial (boot time) runlevel scripts
diff --git a/src/installer/slxos-setup b/src/installer/slxos-setup
index acfb3b8d..b8639ead 100755
--- a/src/installer/slxos-setup
+++ b/src/installer/slxos-setup
@@ -190,9 +190,9 @@ if ($action =~ m[^import]i) {
sort glob("$openslxConfig{'private-path'}/stage1/*")
);
} else {
-# config # don't brag about it, yet.
vlog(0, _tr(unshiftHereDoc(<<' END-OF-HERE'), $0));
You need to specify exactly one action:
+ config
clone
import-into-db
install