summaryrefslogtreecommitdiffstats
path: root/appliance/make.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'appliance/make.sh.in')
-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@"