mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 08:26:57 +02:00
sys-kernel/bootengine: Make initrd-setup-root more resilient
This pulls in https://github.com/flatcar/bootengine/pull/56 to ensure that even with a rerun from the initrd or with a deletion of /etc/passwd we are able to boot.
This commit is contained in:
parent
c41f5573cd
commit
83ea95a4fa
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="7426121a9aa88fb8e989d6fa102093605a4789e3" # flatcar-master
|
||||
CROS_WORKON_COMMIT="0ba568efbcbb4112b3adedadbf46b753f757fe36" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user