Skip to content

Commit 7b5d8b3

Browse files
committed
small uniformity change
1 parent c87da92 commit 7b5d8b3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

_posts/2024-12-02-Cobbler-v3.3.7-Debian-Deployment-Guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,3 @@ Now the **PXE Client** should be able to boot from a generic/random MAC address
382382
- [https://debian-handbook.info/browse/wheezy/sect.package-authentication.html](https://debian-handbook.info/browse/wheezy/sect.package-authentication.html)
383383
- [https://serverfault.com/questions/337278/debian-how-can-i-securely-get-debian-archive-keyring-so-that-i-can-do-an-apt-g](https://serverfault.com/questions/337278/debian-how-can-i-securely-get-debian-archive-keyring-so-that-i-can-do-an-apt-g)
384384
- [https://ubuntuforums.org/archive/index.php/t-2217665.html](https://ubuntuforums.org/archive/index.php/t-2217665.html)
385-

_posts/2024-12-11-Cobbler-v3.3.7-OpenSUSE-Deployment-Guide.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,15 @@ Configure the Cobbler Profile to use the new autoinstall (`autoyast.xml`) templa
102102
cobbler profile edit --name SUSE-15.6-x86_64 --autoinstall suse-15.6-autoyast.xml
103103
```
104104

105-
Create a new Cobbler System to automatically boot and install openSUSE Leap 15.6, replacing the *"aa:bb:cc:dd:ee:ff"* with the MAC address of your PXE client, being sure not to use a duplicate MAC or IP addresse of any other Cobbler System, and then sync up Cobbler:
105+
Finally, create a new Cobbler System to automatically boot and install openSUSE Leap 15.6, replacing the *"aa:bb:cc:dd:ee:ff"* with the MAC address of your PXE client, being sure not to use a duplicate MAC or IP addresse of any other Cobbler System, and then sync up Cobbler, then sync up cobbler:
106106

107107
```shell
108108
cobbler system add --name SUSE-15.6 --profile SUSE-15.6-x86_64 --netboot-enabled true --hostname SUSE-15-6 --interface eth0 --static true --mac-address "aa:bb:cc:dd:ee:ff" --ip-address 10.0.0.15 --gateway 10.0.0.1 --netmask 255.255.255.0 --name-servers "10.0.0.1 1.1.1.1 10.0.0.10"
109-
```
110-
111-
Finally, sync up Cobbler:
112-
113-
```shell
114109
cobbler sync
115110
```
116111

112+
The **PXE Client** VM can now be powered on, and should automatically boot to PXE and install openSUSE Leap 15.6 to the VM HDD using the "suse-15.6-autoyast.xml" autoyast template created above.
113+
117114
## Taking it Further (Leap Micro Deployment)
118115

119116
With openSUSE Leap 15 deploying successfully as described above, the Cobbler server is also prepped to deploy openSUSE Leap Micro *(v5.5 tested)*

0 commit comments

Comments
 (0)