mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +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
|
||||
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
|
||||
pause
|
||||
..\..\tools\qemu\qemu.exe -L ..\..\tools\qemu -cdrom Cosmos.iso -boot d
|
||||
|
|
|
|||
Loading…
Reference in a new issue