From 4a52681713eb59fba4d6031140b58ec5473dd024 Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Thu, 20 Apr 2006 18:11:02 +0000 Subject: Making halt and reboot work git-svn-id: http://svn.openslx.org/svn/openslx/ld4@191 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/ubuntu/functions-5.10 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initrd') 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 -- cgit v1.2.3-55-g7522