Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 478537 Details for
Bug 676968
system halts after first reboot during kickstart installation
Home
New
Search
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.rh90 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 configuration
ks.cfg (text/plain), 1.95 KB, created by
Hongqing Yang
on 2011-02-14 02:27:22 UTC
(
hide
)
Description:
kickstart configuration
Filename:
MIME Type:
Creator:
Hongqing Yang
Created:
2011-02-14 02:27:22 UTC
Size:
1.95 KB
patch
obsolete
># Install a fresh system rather than upgrade an existing system >install ># Perform the kickstart installation in text mode >#text >graphical ># Install from an installation tree on a remote server via FTP or HTTP >cdrom >#nfs --server=10.66.65.114 --dir=/misc >#updates http://10.66.65.114/install/updates.img >#updates http://jlaska.fedorapeople.org/updates/620900.img >#url --url http://download.englab.nay.redhat.com/pub/fedora/linux/development/14/x86_64/os >#url --url http://download.englab.nay.redhat.com/pub/fedora/linux/releases/13/Fedora/x86_64/os >#nfs --server=nfs.englab.nay.redhat.com --dir=/pub/fedora/linux/development/14/x86_64/os ># Sets the language to use during installation >lang en_US.UTF-8 ># Sets the language(s) to install on the system >#langsupport en_US ># Sets system keyboard type >keyboard us ># auto mouse >#mouse ># Sets up the authentication options for the system >authconfig --enableshadow --enablemd5 ># Sets the system time zone >timezone America/New_York ># Configures network information for the system >#network --device eth0 --bootproto bootp # doesn't seem to work >#network --device eth0 --mtu=1500 --bootproto dhcp >#network --device eth0 --bootproto static --ip=192.168.0.51 --netmask=255.255.255.0 -\ >#-gateway=192.168.0.1 --nameserver=192.168.0.1 ># Sets the system's root password to "whatever" >rootpw `````` ># no firewall >firewall --disabled ># No SE Linux! >selinux --disabled ># Specifies how the GRUB boot loader should be installed >bootloader --location mbr ># Removes partitions from the system, prior to creation of new partitions >clearpart --all --initlabel >autopart >#part Boot --fstype PPC PReP Boot --size 4 >#part /boot --fstype ext3 --size 500 >#part / --fstype ext4 --size 3000 >#part swap --fstype swap --size 500 ># Package Selection >%packages >#@X Window System >#@GNOME Desktop Environment >#@Graphical Internet >#@Sound and Video >@base >#@core >#@online-docs >%end >## Post-installation Script >%post >rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora ># magic config >%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 676968
:
478354
|
478356
|
478357
|
478358
|
478359
|
478360
| 478537 |
488984