mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Fix nonexistent mount point error on ISO build.
This commit is contained in:
parent
f882540385
commit
7d98abadaf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ echo "Making temp HDD, running auto-install"
|
|||
qemu-img create -f raw ZealOS.raw 192M
|
||||
qemu-system-x86_64 -machine q35,kernel_irqchip=off,accel=kvm -drive format=raw,file=ZealOS.raw -m 2G -smp $(nproc) -rtc base=localtime -cdrom AUTO.ISO -device isa-debug-exit
|
||||
echo "Mounting"
|
||||
sudo mkdir /tmp/zealtmp/
|
||||
sudo rm /tmp/zealtmp/* -r
|
||||
sudo sync
|
||||
sudo modprobe nbd
|
||||
|
|
Loading…
Reference in a new issue