Skip to content

Commit

Permalink
Merge pull request #101 from flatcar/ader1990/systemd-256-live-boot
Browse files Browse the repository at this point in the history
ignition: systemd: fix systemd 256 usage
  • Loading branch information
ader1990 authored Dec 11, 2024
2 parents c9de038 + b2c5a92 commit 229e279
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dracut/30ignition/ignition-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

set -e

# remount read write for Ignition required steps
mount -o remount,rw /usr
# remount read only after Ignition required steps finalized
trap 'mount -o remount,ro /usr' EXIT

case "$1" in
normal)
src=/mnt/oem
Expand Down

0 comments on commit 229e279

Please sign in to comment.