Skip to content

Commit

Permalink
mkosi: set QemuBoot=linux for Debian/Arch
Browse files Browse the repository at this point in the history
Booting in this branch fails in UEFI mode, switch to direct Linux boot
  • Loading branch information
bluca committed Sep 11, 2024
1 parent f52db0d commit d43d941
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkosi.conf.d/arch/10-arch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
[Distribution]
Distribution=arch

# Booting with UEFI does not work on Arch in this branch
[Host]
QemuBoot=linux

[Content]
Packages=
alsa-lib
Expand Down
4 changes: 4 additions & 0 deletions mkosi.conf.d/debian/10-debian.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
Distribution=debian
Release=testing

# Booting with UEFI does not work on Debian in this branch
[Host]
QemuBoot=linux

[Content]
Packages=
btrfs-progs
Expand Down

0 comments on commit d43d941

Please sign in to comment.