mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
Merge pull request #1708 from flatcar/krnowak/prune-obsolete-overrides
overlay coreos/config: Drop overrides for packages we do not have
This commit is contained in:
commit
128037e808
@ -1,2 +0,0 @@
|
|||||||
export ac_cv_file__build_amd64_usr__usr_lib64_libsepol_a=yes
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
# Creating symlinks on FAT doesn't work, so don't do that
|
|
||||||
INSTALL_MASK="${INSTALL_MASK}
|
|
||||||
/boot/xen-?.?.gz
|
|
||||||
/boot/xen-?.gz
|
|
||||||
/boot/xen.gz"
|
|
@ -1,6 +0,0 @@
|
|||||||
# We provide xenstore as a standalone package
|
|
||||||
INSTALL_MASK="${INSTALL_MASK}
|
|
||||||
/usr/bin/xenstore
|
|
||||||
/usr/lib/debug/usr/bin/xenstore.debug
|
|
||||||
/usr/lib/debug/usr/lib*/libxenstore.so*
|
|
||||||
/usr/lib*/libxenstore.so*"
|
|
@ -1,5 +0,0 @@
|
|||||||
# savedconfig by default saves the currently generated config into
|
|
||||||
# /etc/portage/savedconfig. However we want to avoid placing it here
|
|
||||||
# so that every re-emerge will pick up the configs from
|
|
||||||
# chromeos-base/busybox-config
|
|
||||||
INSTALL_MASK+=" /etc/portage/savedconfig"
|
|
@ -1,3 +0,0 @@
|
|||||||
# Don't filter out /etc/init.d/functions.sh
|
|
||||||
PKG_INSTALL_MASK="${PKG_INSTALL_MASK/\/etc\/init.d}"
|
|
||||||
INSTALL_MASK="${INSTALL_MASK/\/etc\/init.d}"
|
|
Loading…
Reference in New Issue
Block a user