summaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
authorNico Dietrich2006-04-20 20:11:02 +0200
committerNico Dietrich2006-04-20 20:11:02 +0200
commit4a52681713eb59fba4d6031140b58ec5473dd024 (patch)
treef7ef31d85ef5256ac0dca988989c53e1d4f5c1c8 /initrd
parentError concerning the processing of the hw_monitor variable fixed (diff)
downloadcore-4a52681713eb59fba4d6031140b58ec5473dd024.tar.gz
core-4a52681713eb59fba4d6031140b58ec5473dd024.tar.xz
core-4a52681713eb59fba4d6031140b58ec5473dd024.zip
Making halt and reboot work
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@191 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd')
-rw-r--r--initrd/distro-specs/ubuntu/functions-5.104
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10
index 7282e302..4f96dc24 100644
--- a/initrd/distro-specs/ubuntu/functions-5.10
+++ b/initrd/distro-specs/ubuntu/functions-5.10
@@ -27,8 +27,8 @@ postinit () {
# distro specific function called from servconfig script
config_distro () {
# add the halt link to the 0 and 6 runlevel directories
- ln -sf ../halt /mnt/etc/rc0.d/S90halt
- ln -sf ../reboot /mnt/etc/rc6.d/S90reboot
+ ln -sf ../init.d/halt /mnt/etc/rc0.d/S90halt
+ ln -sf ../init.d/reboot /mnt/etc/rc6.d/S90reboot
# set default runlevel
sed -e "s/.*initdefault/id:${D_INITDEFAULT}:initdefault/" -i /mnt/etc/inittab