* updated fastfetch (2.11.0 -> 2.18.1)
[t2sde.git] / tests / 982-install-minimal-xorg.cmd
blob741cd2122f604daf4ab0fb5deca389123dcb0155
1 #!/bin/sh
3 source ${0%/*}/qemu.in
5 [ "$isoboot" ] || exit 43
7 # only thru kvm for performance reasons
8 [ "${qemuargs/--enable-kvm/}" = "$qemuargs" ] && exit 42
10 cd $SYSROOT
12 hda=/tmp/$$.hda
13 qemu-img create $hda -f qcow2 10G
14 expect -f ${0%.cmd}.exp $QEMUSYS $qemuargs -m $normmem ${extstorage}$ISO $isoboot ${intstorage}$hda
15 ret=$?
16 rm -f $hda
17 exit $?