mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 23:36:51 +00:00
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:
parent
d75b5eebf4
commit
37f5f0771e
@ -77,8 +77,8 @@ function upgrade_sos()
|
|||||||
|
|
||||||
# Do the setups if previous process succeed.
|
# Do the setups if previous process succeed.
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
echo "Adding the service-os and kernel-iot-lts2018 bundles..."
|
echo "Adding the service-os, kernel-iot-lts2018 and systemd-networkd-autostart bundles..."
|
||||||
swupd bundle-add service-os kernel-iot-lts2018 2>/dev/null
|
swupd bundle-add service-os kernel-iot-lts2018 systemd-networkd-autostart 2>/dev/null
|
||||||
|
|
||||||
mount $efi_partition /mnt
|
mount $efi_partition /mnt
|
||||||
echo "Add /mnt/EFI/acrn folder"
|
echo "Add /mnt/EFI/acrn folder"
|
||||||
|
Loading…
Reference in New Issue
Block a user