Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
linuxsupport
slc6-base
Commits
e6daf569
Commit
e6daf569
authored
May 22, 2019
by
Thomas Oulevey
Browse files
add %pre to set noverifyssl
parent
05fcdc61
Changes
1
Hide whitespace changes
Inline
Side-by-side
slc6-base-docker.ks
View file @
e6daf569
...
...
@@ -46,6 +46,10 @@ yum-autoupdate
%end
%pre --log=/root/anaconda-pre.log
sed -i 's/^repo /repo --noverifyssl /' /tmp/ks.cfg
%end
%post
# randomize root password and lock root account
dd if=/dev/urandom count=50 | md5sum | passwd --stdin root
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment