Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 916635 Details for
Bug 1117640
error: illegal IP address string passed to inet_aton
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: ks.cfg
ks.cfg (text/plain), 2.43 KB, created by
Šimon Lukašík
on 2014-07-09 06:08:49 UTC
(
hide
)
Description:
File: ks.cfg
Filename:
MIME Type:
Creator:
Šimon Lukašík
Created:
2014-07-09 06:08:49 UTC
Size:
2.43 KB
patch
obsolete
> > >install >url --url http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/os/ >lang en_US.UTF-8 >selinux --enforcing >keyboard us >skipx >network --bootproto static --ip=192.168.122.10 --netmask=255.255.255.0 --gateway= --nameserver= --hostname fedora20.mydomain >rootpw --iscrypted $1$wwfRGaa+$/mtOxJDmEx8pWJwibas9R/ >firewall --service=ssh >authconfig --useshadow --passalgo=sha256 --kickstart >timezone UTC >services --disabled autofs,gpm,sendmail,cups,iptables,ip6tables,auditd,arptables_jf,xfs,pcmcia,isdn,rawdevices,hpoj,bluetooth,openibd,avahi-daemon,avahi-dnsconfd,hidd,hplip,pcscd,restorecond,mcstrans,rhnsd,yum-updatesd > >repo --name="Extra Packages for Enterprise Linux" --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-20&arch=x86_64 > >bootloader --location=mbr --append="nofb quiet splash=quiet" > > >zerombr >clearpart --all --initlabel >autopart > > > >text >reboot > >%packages --ignoremissing >yum >dhclient >ntp >wget >@Core >epel-release > >puppet >%end > > >%post --nochroot >exec < /dev/tty3 > /dev/tty3 >#changing to VT 3 so that we can see whats going on.... >/usr/bin/chvt 3 >( >cp -va /etc/resolv.conf /mnt/sysimage/etc/resolv.conf >/usr/bin/chvt 1 >) 2>&1 | tee /mnt/sysimage/root/install.postnochroot.log >%end > >%post >logger "Starting anaconda fedora20.mydomain postinstall" >exec < /dev/tty3 > /dev/tty3 >#changing to VT 3 so that we can see whats going on.... >/usr/bin/chvt 3 >( >#update local time >echo "updating system time" >/usr/sbin/ntpdate -sub 0.fedora.pool.ntp.org >/usr/sbin/hwclock --systohc > ># update all the base packages from the updates repository >yum -t -y -e 0 update > > >echo "Configuring puppet" >cat > /etc/puppet/puppet.conf << EOF > >[main] >vardir = /var/lib/puppet >logdir = /var/log/puppet >rundir = /var/run/puppet >ssldir = \$vardir/ssl > >[agent] >pluginsync = true >report = true >ignoreschedules = true >daemon = false >ca_server = >certname = fedora20.mydomain >environment = production >server = proxy.foreman > >EOF > ># Setup puppet to run on system reboot >/sbin/chkconfig --level 345 puppet on > >/usr/bin/puppet agent --config /etc/puppet/puppet.conf -o --tags no_such_tag --server proxy.foreman --no-daemonize > >sync > ># Inform the build system that we are done. >echo "Informing Foreman that we are built" >wget -q -O /dev/null --no-check-certificate http://foreman.foreman:80/unattended/built?token=ec95d65c-7861-4fad-a8ad-3a5191087bf4 ># Sleeping an hour for debug >) 2>&1 | tee /root/install.post.log >exit 0 > >%end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1117640
:
916632
|
916633
|
916634
| 916635 |
916636
|
916637
|
916638
|
916639
|
916640
|
916641
|
916642