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 627555 Details for
Bug 847831
kickstart boot fails with %include file generated by %pre
[?]
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 with %Include generated by %pre
vmf18 (text/plain), 1.16 KB, created by
Orion Poplawski
on 2012-10-15 16:40:18 UTC
(
hide
)
Description:
kickstart with %Include generated by %pre
Filename:
MIME Type:
Creator:
Orion Poplawski
Created:
2012-10-15 16:40:18 UTC
Size:
1.16 KB
patch
obsolete
>install >text >url --url=http://fedstage.cora.nwra.com/18-Beta-TC2/Fedora/x86_64/os >lang en_US.UTF-8 >keyboard us >selinux --enforcing >timezone --utc America/Denver >skipx >clearpart --all --initlabel >part biosboot --fstype=biosboot --size=1 >part / --size=3000 --grow >part swap --recommended >zerombr >bootloader --location=mbr ># Network information ># Using "new" style networking config, by matching networking information to the physical interface's ># MAC-address >%include /tmp/pre_install_network_config >reboot > >%packages >%end > >%pre >set -x -v >exec 1>/tmp/ks-pre.log 2>&1 ># Start pre_install_network_config generated code > ># Start of code to match cobbler system interfaces to physical interfaces by their mac addresses ># Start eth0 ># Configuring eth0 (00:16:3e:55:a7:2d) >if ifconfig -a | grep -i 00:16:3e:55:a7:2d >then > IFNAME=$(ifconfig -a | grep -i '00:16:3e:55:a7:2d' | cut -d " " -f 1) > if [ -z $IFNAME ]; then > IFNAME=$(ifconfig -a | grep -i -B 2 '00:16:3e:55:a7:2d' | sed -n '/flags/s/:.*$//p') > fi > echo "network --device=$IFNAME --bootproto=dhcp" >> /tmp/pre_install_network_config >fi ># End pre_install_network_config generated code > ># Enable installation monitoring >%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 847831
:
604054
|
604782
|
605206
|
610091
|
627506
| 627555