mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
Merge pull request #2521 from bgilbert/nvme-cli
coreos-base/coreos: Include nvme-cli in the image
This commit is contained in:
commit
005ca16472
@ -151,6 +151,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
|
||||||
|
@ -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 **
|
||||||
|
@ -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/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user