Import the change of enabling tap0 in SOS in acrn_quick_setup.sh

Otherwise when the doc/getting-started/acrn_quick_setup.sh is used,
it will skip the setting of "enabling tap0 in SOS".
This commit is contained in:
Zhao Yakui 2019-07-17 11:38:16 +08:00
parent d75b5eebf4
commit 37f5f0771e

View File

@ -77,8 +77,8 @@ function upgrade_sos()
# Do the setups if previous process succeed.
if [[ $? -eq 0 ]]; then
echo "Adding the service-os and kernel-iot-lts2018 bundles..."
swupd bundle-add service-os kernel-iot-lts2018 2>/dev/null
echo "Adding the service-os, kernel-iot-lts2018 and systemd-networkd-autostart bundles..."
swupd bundle-add service-os kernel-iot-lts2018 systemd-networkd-autostart 2>/dev/null
mount $efi_partition /mnt
echo "Add /mnt/EFI/acrn folder"