Added missing update instructions.

This commit is contained in:
Ivan Davidov 2021-08-06 16:13:06 +03:00
parent 75b0587968
commit d1af3f535c
2 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,6 @@ sed -i "s|OVERLAY_LOCATION.*|OVERLAY_LOCATION=rootfs|" ../src/.config
sudo apt-get -qq -y update
sudo apt-get -qq -y upgrade
sudo apt-get -qq -y install wget make gawk gcc bc xz-utils bison flex xorriso libelf-dev libssl-dev qemu-system-x86-64
set +e

View File

@ -6,8 +6,6 @@ set -e
cd ../src
sudo apt-get -qq -y install qemu-system-x86-64
echo "`date` | *** MLL QEMU test - BEGIN ***"
qemu-system-x86_64 -m 256M -cdrom minimal_linux_live.iso -boot d -nographic &