mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
fix(profiles): Add shadow to the bootstrap package list
Despite the big scary warning saying otherwise upstream Gentoo has actually included shadow in this list since 2011 (while also forgetting to delete the warning, cute!). Not having it here runs the risk of causing a failure during catalyst builds if something tries to add a system user or group before shadow gets installed. Upstream commit: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?r1=1.5&r2=1.6
This commit is contained in:
parent
2dde5c7215
commit
19ceed57ab
@ -5,9 +5,6 @@
|
||||
# This file describes the packages needed to build a stage1 based on this
|
||||
# profile. Packages in this file are built in order.
|
||||
|
||||
# While shadow could be in here, it breaks stage 1 and stage 2 building for the
|
||||
# releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT!
|
||||
|
||||
app-arch/bzip2
|
||||
app-arch/gzip
|
||||
app-arch/tar
|
||||
@ -27,9 +24,10 @@ sys-apps/gawk
|
||||
sys-apps/grep
|
||||
sys-apps/less
|
||||
sys-apps/net-tools
|
||||
sys-apps/sed
|
||||
sys-apps/texinfo
|
||||
sys-apps/portage
|
||||
sys-apps/sed
|
||||
sys-apps/shadow
|
||||
sys-apps/texinfo
|
||||
sys-devel/binutils
|
||||
sys-devel/bison
|
||||
sys-devel/flex
|
||||
|
Loading…
Reference in New Issue
Block a user