Skip to content

Commit 3410ec9

Browse files
committed
Fix :::note
1 parent 466a851 commit 3410ec9

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

docs/user/guides/network.md

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
The Agama installer ships as a Live ISO image generated by [kiwi-ng](https://osinside.github.io/kiwi/index.html).
44

5-
It can be booted directly from an USB stick, CD/DVD or from the network using the initrd and the kernel extracted from the ISO as it is documented [here](https://osinside.github.io/kiwi/working_with_images/network_live_iso_boot.html#booting-a-live-iso-image-from-network).
5+
It can be booted directly from an USB stick, CD/DVD or from the network using
6+
the initrd and the kernel extracted from the ISO as it is documented [here](https://osinside.github.io/kiwi/working_with_images/network_live_iso_boot.html#booting-a-live-iso-image-from-network).
67

7-
**Note:** As the remote boot process of a live ISO image places the ISO file into a ramdisk by default it is recommended to also extract the compressed root file system (squashfs.img).
8+
:::note
9+
10+
As the remote boot process of a live ISO image places the ISO file into a ramdisk
11+
by default it is recommended to also extract the compressed root file system
12+
(squashfs.img).
13+
14+
:::
815

916
Once extracted, these files must be copied to an appropriate location accessible via FTP, TFTP, HTTP, HTTPS...
1017

@@ -45,13 +52,29 @@ It already requires network configuration enforcing `rd.neednet=1`.
4552
Sets the repositories to be used by the installer instead of the ones defined
4653
in the product definition.
4754

48-
:::note For an online installation with a registered product does not make sense.
55+
:::note
56+
57+
For an online installation with a registered product does not make sense.
58+
59+
:::
4960

5061
### Network configuration
5162

52-
Network will be configured by dracut only if really required so, kernel boot options like `root=live:<URL>` already requires it but not all the kernel options (e.g., `inst.install_url`) do so, therefore, to ensure the network is configured by dracut set `rd.neednet=1`.
63+
Network will be configured by dracut only if really required so, there are some
64+
kernel boot options like `root=live:<URL>` that already requires or enforces the
65+
network to be configured, but not all the kernel options
66+
(e.g., `inst.install_url`, `ip`) do so, therefore, to ensure the network is
67+
configured by dracut set `rd.neednet=1`.
5368

54-
:::note If an explicit network configuration is given using the `ip=` parameter Agama will disable the NetworkManager DHCP autosetup when starting the installer and mark the nm-initrd-generator generated connections to be persisted after the installation by default. To disable the copy of network the `inst.copy_network=0` parameter is available.
69+
:::note
70+
71+
If an explicit network configuration is given using the `ip=` parameter Agama
72+
will disable the NetworkManager DHCP autosetup when starting the installer
73+
and mark the nm-initrd-generator generated connections to be persisted after
74+
the installation by default. To disable the copy of network the
75+
`inst.copy_network=0` parameter is available.
76+
77+
:::
5578

5679
### DHCP configuration
5780

@@ -88,10 +111,14 @@ Network will be configured by dracut only if really required so, kernel boot opt
88111

89112
- `ifname=bootnet:AA:BB:CC:DD:EE:FF ip=bootnet:dhcp rd.neednet=1`
90113

91-
:::note Agama will persist the renamed interface after the installation
92-
through a systemd network link file.
114+
:::note
115+
116+
Agama will persist the renamed interface after the installation through a
117+
systemd network link file.
118+
119+
:::
93120

94121
## PXE server documentation
95122

96-
For more information about setting up a PXE Boot Server on SUSE Linux Enterprise Server
97-
16.0 refer to [this guide](https://susedoc.github.io/doc-modular/main/html/SLES-PXE-server/).
123+
For more information about setting up a PXE Boot Server on SUSE Linux
124+
Enterprise Server 16.0 refer to [this guide](https://susedoc.github.io/doc-modular/main/html/SLES-PXE-server/).

0 commit comments

Comments
 (0)