mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-21 21:42:17 +02:00
Merge pull request #68 from flatcar-linux/kai/coreos-first-boot
Support the /boot/coreos/first_boot flag file
This commit is contained in:
commit
677f141dca
@ -69,6 +69,9 @@ fi
|
||||
if [ -f "($root)/flatcar/first_boot" ]; then
|
||||
set first_boot="flatcar.first_boot=detected"
|
||||
fi
|
||||
if [ -f "($root)/coreos/first_boot" ]; then
|
||||
set first_boot="flatcar.first_boot=detected"
|
||||
fi
|
||||
|
||||
# Determine if the disk GUID needs to be randomized.
|
||||
search --no-floppy --set randomize_disk_guid \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user