X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Finstsoft.GRMLBASE;h=e92ec5ede74f8573c1abece45151667f7b903db3;hp=df99f5b6587907dfba705fea04400e40fc730fb4;hb=91d417296f39959abc322089fcafd9bdf1ea0c82;hpb=199f1820f1d24da344e0f5cd69b25e62f3d9ab7c diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index df99f5b..e92ec5e 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -127,7 +127,9 @@ fi # make sure we have file-rc available before # package_config/GRML is being executed: $ROOTCMD apt-get update -$ROOTCMD aptitude -f -y install file-rc +# newer aptitude versions won't remove essential packages using +# 'aptitude -f -y install file-rc' anymore, therefore force it: +$ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc # we definitely don't want to fail running fai dirinstall just # because of some well known bugs: