summaryrefslogtreecommitdiffstats
path: root/appliance
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-09 16:24:35 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-09 16:41:40 +0000
commitb5516dc9d4a1418ad683aa7f046aa7fa30152721 (patch)
tree8a9db2867c468c79ccb0b3b6b854b22262903dc1 /appliance
parentff484e00535e11da17d9c63447abbb6b65e4f11b (diff)
downloadlibguestfs-b5516dc9d4a1418ad683aa7f046aa7fa30152721.tar.gz
libguestfs-b5516dc9d4a1418ad683aa7f046aa7fa30152721.tar.xz
libguestfs-b5516dc9d4a1418ad683aa7f046aa7fa30152721.zip
debian: Exclude file-rc.
This package duplicates /etc/init.d/README which is really supplied by sysv-rc package.
Diffstat (limited to 'appliance')
-rwxr-xr-xappliance/make.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in
index 3b51fcfa..10609da6 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@"