doc: add systemd-networkd-autostart bundle in APL GSG

Clear Linux changed from systemd-networkd to NetworkManager as default
"network manager", We need to install "systemd-networkd-autostart"
bundle to enable systemd-networkd to create ACRN network bridges and Tap
devices.

Signed-off-by: Lei Lu <leix.lu@intel.com>
This commit is contained in:
Lei Lu 2019-06-14 14:52:06 +08:00 committed by David Kinder
parent 86d3065de1
commit 030e7683ad
2 changed files with 17 additions and 13 deletions

View File

@ -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"

View File

@ -161,7 +161,7 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
Upgrading SOS... Upgrading SOS...
Disable auto update... Disable auto update...
Clear Linux version 28960 is already installed. Continuing to setup SOS... Clear Linux version 28960 is already installed. Continuing to setup SOS...
Adding the service-os and kernel-iot-lts2018 bundles... Adding the service-os, kernel-iot-lts2018 and systemd-networkd-autostart bundles...
...100% ...100%
...100% ...100%
...100% ...100%
@ -340,21 +340,25 @@ and UOS manually following these steps:
.. code-block:: none .. code-block:: none
$ sudo swupd bundle-add service-os kernel-iot-lts2018 $ sudo swupd bundle-add service-os kernel-iot-lts2018 systemd-networkd-autostart
.. table:: Clear Linux OS bundles .. table:: Clear Linux OS bundles
:widths: auto :widths: auto
:name: CL-bundles :name: CL-bundles
+--------------------+---------------------------------------------------+ +----------------------------+-------------------------------------------+
| Bundle | Description | | Bundle | Description |
+====================+===================================================+ +============================+===========================================+
| service-os | Add the acrn hypervisor, acrn devicemodel, and | | service-os | Add the acrn hypervisor, acrn |
| | Service OS kernel | | | devicemodel, and Service OS kernel |
+--------------------+---------------------------------------------------+ +----------------------------+-------------------------------------------+
| kernel-iot-lts2018 | Run the Intel kernel "kernel-iot-lts2018" | | kernel-iot-lts2018 | Run the Intel kernel "kernel-iot-lts2018" |
| | which is enterprise-style kernel with backports | | | which is enterprise-style kernel with |
+--------------------+---------------------------------------------------+ | | backports |
+----------------------------+-------------------------------------------+
| systemd-networkd-autostart | Enable systemd-networkd as the default |
| | network manager |
+----------------------------+-------------------------------------------+
.. _add-acrn-to-efi: .. _add-acrn-to-efi: