Skip to content

Commit

Permalink
Qemu test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kincsescsaba committed Feb 24, 2024
1 parent ae48132 commit 6a163fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/test_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ echo " Minimal Linux Live will shut down in 10 seconds."
CEOF
chmod +x minimal_overlay/rootfs/etc/autorun/99_autoshutdown.sh

cp -f minimal_boot/bios/boot/syslinux/syslinux.cfg original_syslinux.cfg

cat <<CEOF > minimal_boot/bios/boot/syslinux/syslinux.cfg
SERIAL 0
DEFAULT operatingsystem
Expand Down Expand Up @@ -58,12 +60,16 @@ cat << CEOF
##################################################################
# #
# QEMU test passed. Clean manually the affected MLL artifacts. #
# QEMU test passed. Cleaning up . #
# #
##################################################################
CEOF

rm -rf minimal_overlay/rootfs/etc/autorun/99_autoshutdown.sh

cp -f original_syslinux.cfg minimal_boot/bios/boot/syslinux/syslinux.cfg

echo "`date` | *** MLL QEMU test - END ***"

set +e

0 comments on commit 6a163fc

Please sign in to comment.