Skip to content

Commit 21ef386

Browse files
sus-adminSchoolGuy
andauthored
Apply suggestions from code review
Do I need to sign these changes, or this is OK? Co-authored-by: Enno G. <[email protected]>
1 parent 1b74dc7 commit 21ef386

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025/2025-02-05-Cobbler-v3.3.7-OpenSUSE-Deployment-Guide.md

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

2020
## OpenSUSE Leap 15 PXE Deployment
2121

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

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

@@ -101,7 +101,7 @@ Configure the Cobbler Profile to use the new autoinstall (`autoyast.xml`) templa
101101
cobbler profile edit --name SUSE-15.6-x86_64 --autoinstall suse-15.6-autoyast.xml
102102
```
103103

104-
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:
104+
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:
105105

106106
```shell
107107
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"
@@ -115,9 +115,9 @@ cobbler sync
115115

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

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

120-
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
120+
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
121121

122122
```shell
123123
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)