mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
9 lines
142 B
Batchfile
9 lines
142 B
Batchfile
#!/bin/sh
|
|
|
|
[ "$QEMU" ] || exit 43
|
|
|
|
cd $SYSROOT
|
|
[ -e usr/bin/file -a -e etc/fstab ] || exit 42
|
|
|
|
$QEMU -chroot $SYSROOT usr/bin/file etc/fstab
|