mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
bump(sys-apps/baselayout): Include new sudo configuration
This commit is contained in:
parent
a75f345226
commit
4b0b3dc2ec
@ -45,5 +45,10 @@ PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
|
||||
/usr/share/nmap
|
||||
"
|
||||
|
||||
# Exclude assorted config files that we can do without
|
||||
PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
|
||||
/etc/sudoers
|
||||
"
|
||||
|
||||
# No suffix for 'generic' (use base, not base-usr)
|
||||
COREOS_DISK_LAYOUT_SUFFIX=""
|
||||
|
@ -1 +0,0 @@
|
||||
baselayout-9999.ebuild
|
@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="ee76f682e03496fdf72d0ad16a622fbc7f37d158"
|
||||
CROS_WORKON_COMMIT="aa12816e0637a2ef800854e7343246d6a8177dd9"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user