Split iso generation and emulation into two scripts
This commit is contained in:
@@ -9,10 +9,8 @@ if [ -z ${MITTOS64+x} ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sysroot=/opt/sysroot
|
||||
iso=/opt/mittos64.iso
|
||||
|
||||
mkdir -p ${sysroot}
|
||||
/opt/toolchain/mkiso
|
||||
|
||||
grub-mkrescue -o ${iso} ${sysroot}
|
||||
qemu-system-x86_64 -cdrom ${iso} -curses
|
||||
|
||||
Reference in New Issue
Block a user