mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-30 15:06:49 +00:00
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:
parent
86d3065de1
commit
030e7683ad
@ -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"
|
||||
|
@ -161,7 +161,7 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
|
||||
Upgrading SOS...
|
||||
Disable auto update...
|
||||
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%
|
||||
@ -340,21 +340,25 @@ and UOS manually following these steps:
|
||||
|
||||
.. 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
|
||||
:widths: auto
|
||||
:name: CL-bundles
|
||||
|
||||
+--------------------+---------------------------------------------------+
|
||||
| Bundle | Description |
|
||||
+====================+===================================================+
|
||||
| service-os | Add the acrn hypervisor, acrn devicemodel, and |
|
||||
| | Service OS kernel |
|
||||
+--------------------+---------------------------------------------------+
|
||||
| kernel-iot-lts2018 | Run the Intel kernel "kernel-iot-lts2018" |
|
||||
| | which is enterprise-style kernel with backports |
|
||||
+--------------------+---------------------------------------------------+
|
||||
+----------------------------+-------------------------------------------+
|
||||
| Bundle | Description |
|
||||
+============================+===========================================+
|
||||
| service-os | Add the acrn hypervisor, acrn |
|
||||
| | devicemodel, and Service OS kernel |
|
||||
+----------------------------+-------------------------------------------+
|
||||
| kernel-iot-lts2018 | Run the Intel kernel "kernel-iot-lts2018" |
|
||||
| | which is enterprise-style kernel with |
|
||||
| | backports |
|
||||
+----------------------------+-------------------------------------------+
|
||||
| systemd-networkd-autostart | Enable systemd-networkd as the default |
|
||||
| | network manager |
|
||||
+----------------------------+-------------------------------------------+
|
||||
|
||||
|
||||
.. _add-acrn-to-efi:
|
||||
|
Loading…
Reference in New Issue
Block a user