parent
ac4309657b
commit
9470683ac7
7 changed files with 47 additions and 17 deletions
4
justfile
4
justfile
|
@ -15,6 +15,10 @@ build: build-image
|
|||
build-image:
|
||||
nix build .#patos_image
|
||||
|
||||
# Build PatOS update image
|
||||
build-update:
|
||||
nix build .#patos_update
|
||||
|
||||
run: build-image
|
||||
qemu-efi -hda ./result/disk.qcow2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue