Make deskOS demo use bootloader to showcase everything

This commit is contained in:
Michael Smith 2024-09-09 10:03:38 +02:00
parent ae0ffe6a32
commit f71ce5168c
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ result
.direnv .direnv
*.qcow2 *.qcow2
*.img *.img
desk-os-demo-efi-vars.fd

View File

@ -7,6 +7,8 @@
config = { config = {
virtualisation = { virtualisation = {
memorySize = 8192; memorySize = 8192;
useBootLoader = true;
useEFIBoot = true;
qemu.options = [ qemu.options = [
"-enable-kvm" "-enable-kvm"
"-vga virtio" "-vga virtio"