summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/suse
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/suse')
-rwxr-xr-xinitrd/distro-specs/suse/files-9.3/etc/init.d/boot4
-rw-r--r--initrd/distro-specs/suse/functions-9.32
2 files changed, 4 insertions, 2 deletions
diff --git a/initrd/distro-specs/suse/files-9.3/etc/init.d/boot b/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
index f975046f..8012f287 100755
--- a/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
+++ b/initrd/distro-specs/suse/files-9.3/etc/init.d/boot
@@ -4,7 +4,7 @@
# X Stations (v4.0) -> replaces /etc/init.d/boot
# simply copied over the original file in initrd
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-01-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-04-2006
# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg
#
# Version: 0.0.2b
@@ -53,7 +53,7 @@ echo "Running $0"
rc_reset
echo -n "Mounting /proc, /sys and /dev/pts filesystems"
# file /etc/fstab in some scenarios not available
-mount -n -t proc proc /proc &>/dev/null
+mount -t proc proc /proc &>/dev/null
rc_status -v -r
echo -n "Mounting /dev/pts"
diff --git a/initrd/distro-specs/suse/functions-9.3 b/initrd/distro-specs/suse/functions-9.3
index f23c8443..800b4035 100644
--- a/initrd/distro-specs/suse/functions-9.3
+++ b/initrd/distro-specs/suse/functions-9.3
@@ -39,6 +39,8 @@ echo -e "DXS VERSION = 4.0a\nINITRAMFS GENERATION DATE = $date" \
# add the halt link to the 0 and 6 runlevel directories
ln -sf ../halt /mnt/etc/${D_INITDIR}/rc0.d/S20halt
ln -sf ../halt /mnt/etc/${D_INITDIR}/rc6.d/S20reboot
+# if YaST2 should be runnable (without much effect anyway) on the client
+testmkd /mnt/var/log/YaST2
}
# udev/hotplug - auto device discovery service