mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
8 lines
177 B
Batchfile
8 lines
177 B
Batchfile
#!/bin/sh
|
|
|
|
source ${0%/*}/qemu.in
|
|
|
|
cd $SYSROOT
|
|
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd-* \
|
|
"$append" $qemuargs -m $normmem ${extstorage}$ISO
|