Skip to content

Commit

Permalink
fixup for kargs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed Mar 3, 2022
1 parent 75b2f5e commit a63f7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/30ignition/ignition-kargs-helper
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ "$kernelopts" != "$orig_kernelopts" ]]; then
mkdir -p ${bootmnt}
bootdev=/dev/disk/by-label/EFI-SYSTEM
mount -o rw ${bootdev} ${bootmnt}
touch "${bootmnt}/flatcar/first_boot"
echo > "${bootmnt}/flatcar/first_boot"

systemctl reboot --force
fi

0 comments on commit a63f7e4

Please sign in to comment.