Skip to content

Commit 2976c73

Browse files
committed
more SUSE guide fixes
1 parent 9b84f1a commit 2976c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cp /var/lib/cobbler/snippets/autoinstall_done /var/lib/cobbler/snippets/autoinst
8787
sed -i -z 's,#if $run_install_triggers\n #if $breed == .redhat.,#if $run_install_triggers\n #if $breed == '\''redhat'\'' or $breed == '\''suse'\'',' /var/lib/cobbler/snippets/autoinstall_start /var/lib/cobbler/snippets/autoinstall_done
8888
```
8989

90-
Optionally, further configure the autoinstall file to install the `sudo`, `openssh`, & `chrony` packages, setup system NTP client (depends on `chrony`), set the timezone precisely, enable the `sshd` systemd service, and configure a new linux user ***suse*** with the same password as the root user *(in this example)*.
90+
Optionally, further configure the autoyast template to install the `sudo`, `openssh`, & `chrony` packages, setup system NTP client, set the timezone precisely, enable the `sshd` systemd service, and configure a new linux user ***suse*** with the same password as the root user.
9191

9292
```shell
9393
sed 's,^ </language>, </language>\n <timezone>\n <hwclock>UTC</hwclock>\n <timezone>EST5EDT</timezone>\n </timezone>\n <software>\n <packages config:type="list">\n <package>chrony</package>\n <package>sudo</package>\n <package>openssh</package>\n </packages>\n </software>\n <services-manager>\n <services>\n <enable config:type="list">\n <service>sshd</service>\n </enable>\n </services>\n </services-manager>,' /var/lib/cobbler/templates/suse-15.6-autoyast.xml
@@ -156,7 +156,7 @@ cobbler sync
156156

157157
- suse-15.6-autoyast.xml
158158

159-
<pre>{% include suse-15.6-autoyast.xml.txt path="_includes/suse-15.6-autoyast.xml.txt" %}</pre>
159+
<pre>{% include suse-15.6-autoyast.xml path="_includes/suse-15.6-autoyast.xml" %}</pre>
160160

161161
- suse-15.6-networking.xml
162162

0 commit comments

Comments
 (0)