-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_disk: Fix s390x regression from previous change
On every architecture except s390x we rely on BLS i.e. `sysroot.bootloader=none`. However apparently there's a bug here if we try to deploy with the `bootloader=zipl` from the start, instead of doing it later. I think that's an ostree bug, but for now rework the code so that it works the same as before on s390x. Closes: #3067
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters