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 839785 Details for
Bug 1045115
Keyboard option not accepted
[?]
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.
Failing kickstart (cleaned up)
ks.cfg (text/plain), 3.18 KB, created by
Tim Niemueller
on 2013-12-20 20:47:30 UTC
(
hide
)
Description:
Failing kickstart (cleaned up)
Filename:
MIME Type:
Creator:
Tim Niemueller
Created:
2013-12-20 20:47:30 UTC
Size:
3.18 KB
patch
obsolete
># Kickstart file for machines at KBSG ># Copyright (C) 2007-2008 Tim Niemueller [www.niemueller.de] > >#version=DEVEL > >install >url --url=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/20/Everything/x86_64/os/ >vnc --password=xxx >reboot ># X Window System configuration information >xconfig --startxonboot ># Keyboard layouts ># old format: keyboard de-latin1-nodeadkeys ># new format: >keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)' > ># Halt after installation >halt ># Root password >rootpw --iscrypted xxx ># System timezone >timezone Europe/Berlin --isUtc ># System language >lang en_US > ># Network information >network --onboot=yes --bootproto=dhcp --device=em1 --noipv6 --activate --hostname=XXX ># System authorization information >auth --enableshadow --passalgo=sha512 ># Use graphical install >graphical >firstboot --disable ># SELinux configuration >selinux --permissive ># Firewall configuration >firewall --enabled --ssh --service=ipp-client --service=mdns --port=1910:tcp,2208:tcp > >bootloader --location=mbr --boot-drive=sda --timeout=5 > ># The following is the partition information you requested ># Note that any partitions you deleted are not expressed ># here so unless you clear all partitions first, this is ># not guaranteed to work >clearpart --initlabel --all --drives=sda > >part pv.008003 --grow --size=500 >volgroup vg_enterprise --pesize=32768 pv.008003 >logvol swap --name=lv_swap --vgname=vg_enterprise --size=8192 >logvol / --fstype=ext4 --name=lv_root --vgname=vg_enterprise --size=51200 >part /boot --fstype=ext4 --size=500 >part biosboot --fstype=biosboot --size=1 > >#repo --name=Fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-20&arch=x86_64 >#repo --name=Fedora-Updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f20&arch=x86_64 >#repo --name=AllemaniACs --noverifyssl --baseurl=https://lechuck.informatik.rwth-aachen.de:2342/yumrepo/20/x86_64 >#repo --name="Fedora 20 - x86_64" --baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/20/Everything/x86_64/os/ --cost=1000 >#repo --name="Fedora 20 - x86_64 - Packages" --baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/development/20/x86_64/os/ --cost=1000 >#repo --name="Fedora 20 - x86_64 - Updates" --baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/20/x86_64/ --cost=1000 >repo --name=fedora >repo --name=fedora-updates >repo --name=rpmfusion-free --baseurl=http://download1.rpmfusion.org/free/fedora/releases/20/Everything/x86_64/os/ >repo --name=rpmfusion-free-updates --baseurl=http://download1.rpmfusion.org/free/fedora/updates/20/x86_64/ >repo --name=rpmfusion-nonfree --baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/20/Everything/x86_64/os/ >repo --name=rpmfusion-nonfree-updates --baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/20/x86_64/ >repo --name=adobe --baseurl=http://linuxdownload.adobe.com/linux/x86_64/ >#repo --name=Fedora --baseurl=ftp://sunsite.informatik.rwth-aachen.de/pub/linux/fedora/linux/releases/20/Everything/x86_64/os >#repo --name=Fedora-Updates --baseurl=ftp://sunsite.informatik.rwth-aachen.de/pub/linux/fedora/linux/updates/20/x86_64 > ># System services >services --enabled="chronyd,cups-browsed" > >%packages >xxx >%end > >%post >xxx >%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 1045115
:
839150
| 839785 |
847216
|
847218
|
847219
|
847221