mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
debian: Exclude file-rc.
This package duplicates /etc/init.d/README which is really supplied by sysv-rc package.
This commit is contained 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@"
|
||||
|
||||
Reference in New Issue
Block a user