mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
sys-apps/baselayout: Add sgx group
Systemd during the initrd stage was complaining about the missing group, which resulted in ignoring some of the udev rules. Let's placate it by adding sgx to baselayout, so the group is available during the initrd stage too. Pulls in https://github.com/flatcar-linux/baselayout/pull/20.
This commit is contained in:
parent
5c1af6f015
commit
430dba3f38
@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="8b127fd75007c9f3571f017dd0be6e1dff5d36ae" # flatcar-master
|
||||
CROS_WORKON_COMMIT="cc1be682dbd539eb4d39569531bfe548bdfb3809" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user