mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
oops reflexes
This commit is contained in:
parent
80fc80fe19
commit
c0ea33a3f7
@ -8,7 +8,6 @@ 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…
x
Reference in New Issue
Block a user