diff options
| author | Dirk von Suchodoletz | 2006-03-31 00:19:08 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-03-31 00:19:08 +0200 |
| commit | 54af05f4c6dbddd150b02004dd7ce83386a80f9c (patch) | |
| tree | 0da72e485a85c0f26fc80694c4f542aac575c7c4 /initrd/distro-specs/suse | |
| parent | fixed halt ... (diff) | |
| download | core-54af05f4c6dbddd150b02004dd7ce83386a80f9c.tar.gz core-54af05f4c6dbddd150b02004dd7ce83386a80f9c.tar.xz core-54af05f4c6dbddd150b02004dd7ce83386a80f9c.zip | |
halt, reboot in runlevel 0 and 6 ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@135 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/suse')
| -rw-r--r-- | initrd/distro-specs/suse/functions-9.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/distro-specs/suse/functions-9.3 b/initrd/distro-specs/suse/functions-9.3 index fd0a9f76..39159383 100644 --- a/initrd/distro-specs/suse/functions-9.3 +++ b/initrd/distro-specs/suse/functions-9.3 @@ -37,8 +37,8 @@ export no_proxy" > /mnt/etc/SuSEconfig/profile echo -e "DXS VERSION = 4.0a\nINITRAMFS GENERATION DATE = $date" \ >> /mnt/etc/SuSE-release # add the halt link to the 0 and 6 runlevel directories - ln -sf ../halt /mnt/etc/init.d/rc0.d/K20halt - ln -sf ../halt /mnt/etc/init.d/rc6.d/K20reboot + ln -sf ../halt /mnt/etc/init.d/rc0.d/S20halt + ln -sf ../halt /mnt/etc/init.d/rc6.d/S20reboot } # udev/hotplug - auto device discovery service |
