mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
feat(coreos-base/coreos): add mdadm
Total additional image size: ``` 492K /build/amd64-generic/sbin/mdadm 332K /build/amd64-generic/sbin/mdmon 184K /build/amd64-generic/sbin/mdassemble ```
This commit is contained in:
parent
a1e08a14d4
commit
dfc3b6914d
@ -18,7 +18,7 @@ IUSE=""
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Every chromeos dependency (along with its dependencies) is included in the
|
# Every coreos dependency (along with its dependencies) is included in the
|
||||||
# release image -- more packages contribute to longer build times, a larger
|
# release image -- more packages contribute to longer build times, a larger
|
||||||
# image, slower and bigger auto-updates, increased security risks, etc. Consider
|
# image, slower and bigger auto-updates, increased security risks, etc. Consider
|
||||||
# the following before adding a new package:
|
# the following before adding a new package:
|
||||||
@ -120,6 +120,7 @@ RDEPEND="${RDEPEND}
|
|||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
sys-apps/kexec-tools
|
sys-apps/kexec-tools
|
||||||
sys-apps/less
|
sys-apps/less
|
||||||
|
sys-apps/mdadm
|
||||||
sys-apps/net-tools
|
sys-apps/net-tools
|
||||||
sys-apps/rootdev
|
sys-apps/rootdev
|
||||||
sys-apps/sed
|
sys-apps/sed
|
||||||
|
Loading…
Reference in New Issue
Block a user