Skip to content

Commit

Permalink
manifest: switch to halt --eject to avoid auto-reboot
Browse files Browse the repository at this point in the history
In issue osbuild#230 it was raised that it is undesirable to automatically
reboot when the install is finished. So instead halt the install
and show a message to the user.

Closes: osbuild/bootc-image-builder#230
  • Loading branch information
mvo5 committed May 27, 2024
1 parent b46ff4b commit 4eb6c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manifest/anaconda_installer_iso_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ reqpart --add-boot
part swap --fstype=swap --size=1024
part / --fstype=ext4 --grow
reboot --eject
halt --eject
`

// Workaround for lack of --target-imgref in Anaconda, xref https://github.com/osbuild/images/issues/380
Expand Down

0 comments on commit 4eb6c46

Please sign in to comment.