mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
7 lines
147 B
Batchfile
7 lines
147 B
Batchfile
#!/bin/sh
|
|
|
|
source ${0%/*}/qemu.in
|
|
|
|
cd $SYSROOT
|
|
expect -f ${0%/*}/901-initrd.exp $QEMUSYS boot/$vmlinux boot/minird "$append" $qemuargs -m $lowmem
|