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 665556 Details for
Bug 886647
Anaconda throws exception trying to setup network if non-existing network --device is specified in kickstart
[?]
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.
kickstart file
cobbler.ks (text/plain), 2.50 KB, created by
Stuart Blackburn
on 2012-12-18 15:29:00 UTC
(
hide
)
Description:
kickstart file
Filename:
MIME Type:
Creator:
Stuart Blackburn
Created:
2012-12-18 15:29:00 UTC
Size:
2.50 KB
patch
obsolete
>#version=DEVEL ># System authorization informationfks.write >auth --enableshadow --passalgo=sha512 ># Use CDROM installation media >url --url=http://10.250.34.234/cblr/links/meatos_6.101.4-x86_64 >network --device eth0 --bootproto dhcp ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 ># Installation logging level >logging --level=info ># Root password >rootpw --iscrypted $6$KTy5DAz.........................................VQ82as19GhfusuZF61 ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda >autopart --type=plain ># Partition clearing information >clearpart --all --initlabel --drives=sda >reboot >%packages >@meat >%end > >%post >echo "ttyS0" >> /etc/securetty > >cmdline=`cat /proc/cmdline` >case "$cmdline" in > *console=ttyS*) > echo "Serial" > consoleName=`sed 's/.* console=//;s/ .*//' /proc/cmdline` > sed -i "s/^[[:space:]]*linux[[:space:]].*/& console=$consoleName/" /boot/grub2/grub.cfg > ;; > *) > ln -s /usr/lib/systemd/system/serial-getty@.service /etc/systemd/system/getty.target.wants/serial-getty@ttyS0.service > ;; >esac > ># Disable firewall >cat > /etc/firewalld/firewalld.conf <<END ># firewalld config file > ># default zone ># The default zone used if an empty zone string is used. ># Default: public >DefaultZone=trusted > ># Minimal mark ># Marks up to this minimum are free for use for example in the direct ># interface. If more free marks are needed, increase the minimum ># Default: 100 >MinimalMark=100 > ># Clean up on exit ># If set to false the firewall configuration will not get cleaned up on exit ># or stop of firewalld ># Default: yes >CleanupOnExit=yes >END > ># Signal cobbler that we are done >cat <<END > /etc/yum.conf >[meatos] >gpgcheck = 0 >enabled = 1 >name = meatos >baseurl = http://myhost05/yum/fedora/18/x86_64/meatos > >[main] >gpgcheck = 0 >keepcache = 0 >tsflags = nodocs >reposdir = >plugins = 0 > >[updates] >gpgcheck = 0 >enabled = 1 >name = updates >baseurl = http://myhost05/yum/fedora/18/x86_64/updates > >[Fedora] >gpgcheck = 0 >enabled = 1 >name = Fedora >baseurl = http://myhost05/yum/fedora/18/x86_64/everything > >END >rpm -q > /dev/null || rpm -e --nodeps ;yum -y install -q --nogpgcheck > >wget "http://10.250.34.234/cblr/svc/op/nopxe/system/titenvm03" -O /dev/null >wget "http://10.250.34.234/cblr/svc/op/ks/system/titenvm03" -O /root/cobbler.ks >wget "http://10.250.34.234/cblr/svc/op/trig/mode/post/system/titenvm03" -O /dev/null >%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 886647
:
662559
|
662560
|
663005
|
665548
|
665549
|
665550
| 665556