Skip to content

Commit a4f3b75

Browse files
committed
syncing SUSE guide with accepted cobbler.github.io page
1 parent df38592 commit a4f3b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Starting where the [Beginner's guide](/blog/2024/Cobbler-v3.3.6-Beginners-Guide/
2020

2121
## OpenSUSE Leap 15 PXE Deployment
2222

23-
This guide has been tested with OpenSUSE Leap 15.4, 15.5, & 15.6, which can be obtained from the sites below:
23+
This guide has been tested with openSUSE Leap 15.4, 15.5, & 15.6, which can be obtained from the sites below:
2424

2525
- [download.opensuse.org](https://download.opensuse.org/distribution/leap/)
2626

@@ -102,7 +102,7 @@ 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+
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:
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"
@@ -116,9 +116,9 @@ cobbler sync
116116

117117
## Taking it Further (Leap Micro Deployment)
118118

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

121-
Download the installation media and use the same autoinstall file and options to configure a new Cobbler System for deploying OpenSUSE Leap Micro 5.5
121+
Download the installation media and use the same autoinstall file and options to configure a new Cobbler System for deploying openSUSE Leap Micro 5.5
122122

123123
```shell
124124
cd ~/Downloads && wget https://slc-mirror.opensuse.org/distribution/leap-micro/5.5/product/iso/openSUSE-Leap-Micro-5.5-DVD-x86_64-Media.iso

0 commit comments

Comments
 (0)