X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=7d1239aa36c24293e3a204ebfc7b4ee0a2c73624;hb=6c00c3c1fd1e3fee0d10c1f1b4f6257d21d663d9;hp=c7d25ea721f43796f5f75918d952eb770a8eccf8;hpb=4b2e8632eba4fa2343986f897cfcd59ed1413d66;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index c7d25ea..7d1239a 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -8,14 +8,6 @@ set -e -# check for policy-rc.d workaround of -# /etc/grml/fai/config/hooks/updatebase.GRMLBASE -if [ -r $target/usr/sbin/policy-rc.d ] ; then - if grep -q 'FAI_ACTION=updatebase' $target/usr/sbin/policy-rc.d ; then - rm -f $target/usr/sbin/policy-rc.d - fi -fi - # remove some big directories when using class LATEX_CLEANUP: if ifclass LATEX_CLEANUP ; then cp /etc/grml/fai/grml/grml_cleanup_chroot.latex_cleanup $target/root/ @@ -65,7 +57,6 @@ fi # make sure GRML_SMALL uses the appropriate configuration: if ifclass GRML_SMALL ; then cp $target/etc/inittab.small $target/etc/inittab - cp $target/etc/runlevel.conf.livecd.small $target/etc/runlevel.conf fi if ifclass RELEASE ; then