mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
coreos-base/coreos: Include nvme-cli in the image
This commit is contained in:
parent
725ac5eabb
commit
e09f9c70c5
@ -152,6 +152,7 @@ RDEPEND="${RDEPEND}
|
||||
sys-apps/less
|
||||
sys-apps/lshw
|
||||
sys-apps/net-tools
|
||||
sys-apps/nvme-cli
|
||||
sys-apps/pciutils
|
||||
sys-apps/rng-tools
|
||||
sys-apps/sed
|
||||
|
@ -108,3 +108,6 @@ dev-util/checkbashisms
|
||||
|
||||
# perl 5.22.3-rc4 is stable and secure, but RCs break cross-compiling
|
||||
=dev-lang/perl-5.22.3 **
|
||||
|
||||
# All versions are ~amd64 and not enabled on arm64
|
||||
=sys-apps/nvme-cli-1.1 **
|
||||
|
@ -9,7 +9,7 @@ USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||
# Exclude documentation
|
||||
FEATURES="nodoc noinfo noman"
|
||||
|
||||
# Exclude even more documentaiton
|
||||
# Exclude even more documentation
|
||||
# Remove bash-completion files as we don't install bash-completion.
|
||||
# Remove locale LC_MESSAGES files.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
@ -22,6 +22,7 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
|
||||
# Exclude assorted config files that we can do without
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/etc/bash_completion.d
|
||||
/etc/dmtab
|
||||
/etc/e2fsck.conf
|
||||
/etc/lvm/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user