From: Richard W.M. Jones Date: Thu, 9 Dec 2010 16:24:35 +0000 (+0000) Subject: debian: Exclude file-rc. X-Git-Tag: 1.7.21~7 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b5516dc9d4a1418ad683aa7f046aa7fa30152721;p=libguestfs.git debian: Exclude file-rc. This package duplicates /etc/init.d/README which is really supplied by sysv-rc package. --- diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 3b51fcf..10609da 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -23,6 +23,9 @@ set -e # XXX Distro-dependent in future. excludes="--exclude ^perl --exclude ^python --exclude ^fedora-logos --exclude ^redhat-logos --exclude ^dracut --exclude ^upstart --exclude ^plymouth --exclude ^systemd --exclude ^linux-firmware --exclude ^kbd-misc" +# For Debian: +excludes="$excludes --exclude ^file-rc" + # Run febootstrap on the package list. if [ "x@FEBOOTSTRAP_YUM_CONFIG@" != "xno" ]; then extra="--yum-config @FEBOOTSTRAP_YUM_CONFIG@"