coreos-base/coreos: Include nvme-cli in the image

This commit is contained in:
Benjamin Gilbert 2017-04-12 18:15:29 -07:00
parent 725ac5eabb
commit e09f9c70c5
4 changed files with 6 additions and 1 deletions

View File

@ -152,6 +152,7 @@ RDEPEND="${RDEPEND}
sys-apps/less sys-apps/less
sys-apps/lshw sys-apps/lshw
sys-apps/net-tools sys-apps/net-tools
sys-apps/nvme-cli
sys-apps/pciutils sys-apps/pciutils
sys-apps/rng-tools sys-apps/rng-tools
sys-apps/sed sys-apps/sed

View File

@ -108,3 +108,6 @@ dev-util/checkbashisms
# perl 5.22.3-rc4 is stable and secure, but RCs break cross-compiling # perl 5.22.3-rc4 is stable and secure, but RCs break cross-compiling
=dev-lang/perl-5.22.3 ** =dev-lang/perl-5.22.3 **
# All versions are ~amd64 and not enabled on arm64
=sys-apps/nvme-cli-1.1 **

View File

@ -9,7 +9,7 @@ USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
# Exclude documentation # Exclude documentation
FEATURES="nodoc noinfo noman" FEATURES="nodoc noinfo noman"
# Exclude even more documentaiton # Exclude even more documentation
# Remove bash-completion files as we don't install bash-completion. # Remove bash-completion files as we don't install bash-completion.
# Remove locale LC_MESSAGES files. # Remove locale LC_MESSAGES files.
INSTALL_MASK="${INSTALL_MASK} INSTALL_MASK="${INSTALL_MASK}
@ -22,6 +22,7 @@ INSTALL_MASK="${INSTALL_MASK}
# Exclude assorted config files that we can do without # Exclude assorted config files that we can do without
INSTALL_MASK="${INSTALL_MASK} INSTALL_MASK="${INSTALL_MASK}
/etc/bash_completion.d
/etc/dmtab /etc/dmtab
/etc/e2fsck.conf /etc/e2fsck.conf
/etc/lvm/* /etc/lvm/*