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 699048 Details for
Bug 912481
TypeError: not enough arguments for format string
[?]
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), 4.50 KB, created by
René Genz
on 2013-02-18 18:56:13 UTC
(
hide
)
Description:
File: ks.cfg
Filename:
MIME Type:
Creator:
René Genz
Created:
2013-02-18 18:56:13 UTC
Size:
4.50 KB
patch
obsolete
>#version=DEVEL ># System authorization information >#auth --enableshadow --passalgo=sha512 >authconfig --useshadow --enablemd5 --enablenis --nisdomain mpikg --nisserver dc01 --enablecache --smbworkgroup=MPIKG ># Run the Setup Agent on first boot >#firstboot --enable >firstboot --disable >#text #better use GUI for now... > ># reboot after installation >reboot > >user --name=user --plaintext --password=userpw > ># Keyboard layouts ># werden die eingabemethoden generell eingerichtet? http://fedoraproject.org/wiki/Common_F18_bugs#Installer_does_not_automatically_set_up_multiple_keyboard_layouts_and_switch_command -- nein! >#keyboard --vckeymap=us --xlayouts='us','de' --switch='grp:lctrl_lshift_toggle' >#keyboard --vckeymap=us --xlayouts='us' >keyboard us ># System language >lang en_US.UTF-8 > ># Network information >#funktioniert network --bootproto=dhcp --device=p2p1 --nameserver=141.14.232.21,14.14.232.22 --noipv6 --activate --hostname=lbox178.mpikg.mpg.de >#funzt network --bootproto=dhcp --device=eth0 --nameserver=141.14.232.21,14.14.232.22 --noipv6 --activate --hostname=lbox178.mpikg.mpg.de >#network --hostname=lbox178.mpikg.mpg.de #wird nicht akzeptiert, wurde aber so erstellt, an vorherige Zeile angehangen und gut ist >network --bootproto=static --ip=141.14.232.178 --netmask=255.255.252.0 --gateway=141.14.232.128 --nameserver=141.14.232.21,141.14.232.22 --noipv6 --hostname=lbox178.mpikg.mpg.de --device=p2p1 --onboot=yes >#!!! eth0 oder p2p1 ??? >##login nicht moeglich, obwohl user erstellt wurde, system nicht anpingbar >#--activate >#--onboot=yes > ># funktioniert update repo? ja! uname -a 3.7.7 >#ohne updaterepo kernel = uname -a 3.6.10-4 >repo --name="f18mpikgupdates" --baseurl=http://141.14.232.38/dist/f18-x86_64-updates > >#funktioniert selinux --disabled? ja! >selinux --disabled > >#!!!nfs wird nicht akzeptiert! kann image nicht richtig laden >#broken nfs --server 141.14.232.6 --dir=/vol/vol4/install/dist/f18-x86_64 --opts=nfsvers=3 >#nfs --server 141.14.232.6 --dir=/vol/vol4/install/dist/f18-x86_64 --opts=nfsvers=3 >#!!! selber erstellt http: benoetigt LiveOS/squashfs.img! >url --url=http://141.14.232.38/dist/f18-x86_64 > ># Root password >rootpw --iscrypted $6$e8he8LudD0eK/0Z4$JSsBs2unNo7ZJz8q.n4PtzrQ4KNpeN/j4hajhuYOo.gFqrwMtvbajk.dOwzLWwJBUu.Xo0AMFHksXbd71N5GD/ ># System services >services --enabled="chronyd" ># System timezone >timezone Europe/Berlin --isUtc --ntpservers=ntp.mpikg.mpg.de ># X Window System configuration information >xconfig --startxonboot --defaultdesktop=KDE ># System bootloader configuration >#bootloader --location=mbr --boot-drive=sda --append="rhgb quiet selinux=0" --timeout=2 >bootloader --location=mbr --boot-drive=sda --append="rhgb quiet selinux=0 nouveau.modeset=0 rdblacklist=nouveau" --timeout=2 > > #--type=plain #war so erstellt worden, beim ausfuehren aber als 'unknwon command' deklariert ># Partition clearing information >#clearpart --none --initlabel --drives=sda >#funktioniert clearpart --all --initlabel -- auch ohne initlabel! >clearpart --all --initlabel >#part --ondisk=sda biosboot --fstype=biosboot --size=1 >#egal ob --ondisk vorhanden ist oder nicht >part --ondisk=sda swap --size=100 >part --ondisk=sda / --fstype=ext3 --size=5000 --asprimary >part --ondisk=sda /scratch --fstype=ext3 --size=100 --grow --asprimary > ># funktioniert nicht mehr! >#firewall --disabled > > >%packages >#@base #not present in F18 see `yum groupinfo base` >@base-x >@core >#!!!standard ist neu! >@standard >#was ist bei dial-up mit dabei? modem-zeugs (minicom, statserial) >#@dial-up >#!!!multimedia ist neu! >@multimedia >#!!!firefox ist neu >@firefox >#@clustering #not present in F18 >@multimedia >chrony > > > >@server-cfg >@gnome-desktop >@gnome-software-development >@kde-desktop >@kde-software-development >@eclipse >@admin-tools >@authoring-and-publishing >#!!!office zu libreoffice >@libreoffice >@editors >#printing hat optionale pakete (a2ps, cups-pdf, ...) >@printing >@engineering-and-scientific >@development-libs >@development-tools >@java >@java-development >@x-software-development >@games >@graphical-internet >@graphics >@ruby >@sound-and-video >@fedora-packager >@fonts >@legacy-fonts >@hardware-support >@input-methods >@online-docs >@books >@system-tools >@legacy-software-development >@legacy-software-support >@text-internet >@virtualization >%end > >%post > >echo ICH BIN IN DER POST PHASE > > >#um DHCP Problem mit Netzwerkverbindung zu beheben: >systemctl disable firewalld >systemctl stop firewalld > >systemctl disable NetworkManager >systemctl stop NetworkManager >systemctl stop network.service > >systemctl enable network.service >systemctl start network.service > > > > > >echo ICH BIN IN DER POST PHASE ENDE > >%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 912481
:
699044
|
699045
|
699046
|
699047
| 699048 |
699049
|
699050
|
699051
|
699052