diff options
Diffstat (limited to 'appliance')
-rwxr-xr-x | appliance/make.sh.in | 3 |
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@" |