X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F25configure_init;h=3a7633fec46bad66e726243219d75959ab035c91;hb=45dc5f16b790ce5b8b46a48ca582c8da2a881dff;hp=bb06eb5ff5a92d7b3541b14017d53ef2dcd4dc32;hpb=591cf99777da9ad9bb2b5987e765ee1861701878;p=live-boot-grml.git diff --git a/scripts/live-bottom/25configure_init b/scripts/live-bottom/25configure_init index bb06eb5..3a7633f 100755 --- a/scripts/live-bottom/25configure_init +++ b/scripts/live-bottom/25configure_init @@ -87,14 +87,14 @@ then fi # do not try to remove files if using file-rc -if [ -d /etc/rc0.d ] +if [ -d /root/etc/rc0.d ] then # This has the nice side effect of the cron.{daily,weekly,monthly} jobs in # /etc/crontab remaining disabled, yet also not run by anacron if [ -x /root/usr/sbin/anacron ] then chroot /root dpkg-divert --add --rename --quiet /usr/sbin/anacron - ln -s /bin/true /usr/sbin/anacron + ln -s /bin/true /root/usr/sbin/anacron fi # No point, really