From b5516dc9d4a1418ad683aa7f046aa7fa30152721 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 9 Dec 2010 16:24:35 +0000 Subject: [PATCH] debian: Exclude file-rc. This package duplicates /etc/init.d/README which is really supplied by sysv-rc package. --- appliance/make.sh.in | 3 +++ 1 file changed, 3 insertions(+) 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@" -- 1.8.3.1