diff options
| author | Dirk von Suchodoletz | 2006-04-10 01:03:16 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-04-10 01:03:16 +0200 |
| commit | ef5048eff5cfa172d501fb18ad5a4e2319a42916 (patch) | |
| tree | f01dd009a06926db9eb641de73cbd318f695693b /initrd/distro-specs/suse | |
| parent | fixed cowloop initialization part ... (diff) | |
| download | core-ef5048eff5cfa172d501fb18ad5a4e2319a42916.tar.gz core-ef5048eff5cfa172d501fb18ad5a4e2319a42916.tar.xz core-ef5048eff5cfa172d501fb18ad5a4e2319a42916.zip | |
code cleanups and small fixes ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@175 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/suse')
| -rwxr-xr-x | initrd/distro-specs/suse/files-9.3/etc/init.d/boot | 4 | ||||
| -rw-r--r-- | initrd/distro-specs/suse/functions-9.3 | 2 |
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 |
