From a694752a7a33c8f35c55d8fcfb6b5635811e8cd5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 28 Aug 2012 09:18:36 +0200 Subject: [PATCH] Drop insserv removal from instsoft.GRMLBASE hook script Nowadays even file-rc depends on insserv, so let's see how well this works out and be prepared... --- etc/grml/fai/config/hooks/instsoft.GRMLBASE | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index 65da202..cb0bbc1 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -119,11 +119,6 @@ fi $ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc # }}} -# get rid of insserv: -if $ROOTCMD dpkg --list insserv 2>/dev/null | grep -q '^ii' ; then - $ROOTCMD apt-get -y --purge remove insserv -fi - # we definitely don't want to fail running fai dirinstall just # because of some well known bugs: [ -d $target/etc/apt/apt.conf.d ] || mkdir $target/etc/apt/apt.conf.d -- 2.1.4