-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add FreeBSD and SLES specific notes #431
Conversation
The installation media URL has to contain the contents of the first SLES DVD, it's easiest to loopback mount the ISO image on a webserver. For Puppet, the `systemsmangement:puppet` repository on OBS are used. | ||
|
||
##### SLES 11 | ||
For Puppet, in addition to `systemsmangement:puppet` also the `devel:languages:ruby:backports` repository on OBS and the SLES SDK DVD is used. The placeholder in the AutoYaST SLES template has to be updated with the actual SDK URL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo, systemsmanagement:puppet
, missing an a
in between n
and g
. Same on line 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
I guess it's worth emailing the FreeBSD foundation We can probably use their logo with permission, but they say variations on their mark (like the F on black background) have to be approved. |
The F icon was taken from https://github.com/lzap/foreman-dummy-icons and is not a variation of the FreeBSD logo. I'd like to get this in as-is and when it's online I can write a mail from my FreeBSD.org address to ask them if it's OK if we use some grey variation of the original logo. |
@@ -0,0 +1 @@ | |||
This chapter contains informations about provisioning specific operating systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"information", singular
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
add FreeBSD and SLES specific notes
Thanks @mmoll! |
closes GH-315
closes GH-316