mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
* updated tests a bit to work, inst no symlink, firefox version
git-svn-id: https://svn.exactcode.de/t2/trunk@73572 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
parent
57c091d735
commit
4eff30d50e
@ -1 +1 @@
|
||||
Mozilla Firefox 133.0
|
||||
Mozilla Firefox 134.0
|
||||
|
@ -3,5 +3,5 @@
|
||||
source ${0%/*}/qemu.in
|
||||
|
||||
cd $SYSROOT
|
||||
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd \
|
||||
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd-* \
|
||||
"$append" $qemuargs -m $normmem ${extstorage}$ISO
|
||||
|
@ -3,5 +3,5 @@
|
||||
source ${0%/*}/qemu.in
|
||||
|
||||
cd $SYSROOT
|
||||
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/minird \
|
||||
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/minird-* \
|
||||
"$append" $qemuargs -m $((lowmem + 16)) ${extstorage}$ISO # mem=512m
|
||||
|
@ -5,5 +5,5 @@ source ${0%/*}/qemu.in
|
||||
cd $SYSROOT
|
||||
[ -e usr/sbin/kexec ] || exit 43
|
||||
|
||||
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd \
|
||||
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux-* TOOLCHAIN/isofs/boot/initrd-* \
|
||||
"$append" $qemuargs -m $normmem ${extstorage}$ISO
|
||||
|
Loading…
x
Reference in New Issue
Block a user