diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-02 01:36:17 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-02 21:49:45 +0100 |
commit | 4c30eb4d9ed0c675e76ab471587783d654ae0ca3 (patch) | |
tree | baf95aa6b5bea32d695fdfc5a6a9b00cdb8f95c3 /profiles/common | |
parent | net-wireless/hostapd: Drop since hot vlan bridging is not needed anymore (diff) | |
download | portage-4c30eb4d9ed0c675e76ab471587783d654ae0ca3.tar.xz |
eclass/linux-build: Generate sys-boot/grub:0 config
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index c659ff06..10786742 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -84,3 +84,7 @@ EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n" PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.build-id -R .note.gnu.gold-version" USE_EXPAND="TARGET" + +# Duplicate from base/make.defaults while removing /lib/modules +# To keep in sync +UNINSTALL_IGNORE="/var/run /var/lock" |