instsoft.GRMLBASE: ensure that file-rc can be installed
[grml-live.git] / etc / grml / fai / config / hooks / instsoft.GRMLBASE
index f5c22d8..620c101 100755 (executable)
@@ -65,7 +65,7 @@ EOF
 
    # 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
+   $ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc systemd-sysv-
 
    # make sure we can upgrade automatically,
    # even with unsigned repos, but only if user wants it
@@ -120,7 +120,7 @@ fi
 
 # newer aptitude versions won't remove essential packages using
 # 'aptitude -f -y install file-rc' anymore, therefore force it via:
-$ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc
+$ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc systemd-sysv-
 # }}}
 
 # we definitely don't want to fail running fai dirinstall just