Split iso generation and emulation into two scripts

This commit is contained in:
2017-10-23 22:51:29 +02:00
parent 7d0fe7e944
commit 6919f9c8ed
2 changed files with 18 additions and 3 deletions

View File

@@ -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