mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 19:31:54 +01:00
sys-kernel/bootengine: make hostname units optional
Having the hostname units as required by the initrd.target meant that if the unit failed (for example because the network was or the metadata service were down), the machine wouldn't start. By making it a "wants" rather than a "requires" we allow this unit to fail without disrupting the whole boot.
This commit is contained in:
parent
818e27951e
commit
2b7b075998
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="b36e1943b35dac73b15c1105e5657b6459593b95" # flatcar-master
|
||||
CROS_WORKON_COMMIT="c2188288859f404e788e8747746b5f5e43565eea" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user