mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
worked around bug in ISO tool
This commit is contained in:
parent
58e089a2fc
commit
a489efab6e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
del cosmos.iso
|
del cosmos.iso
|
||||||
|
attrib files\boot\grub\stage2_eltorito -r
|
||||||
..\..\Tools\mkisofs\mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o Cosmos.iso files
|
..\..\Tools\mkisofs\mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o Cosmos.iso files
|
||||||
pause
|
pause
|
||||||
..\..\tools\qemu\qemu.exe -L ..\..\tools\qemu -cdrom Cosmos.iso -boot d
|
..\..\tools\qemu\qemu.exe -L ..\..\tools\qemu -cdrom Cosmos.iso -boot d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue