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 926043 Details for
Bug 1129239
OSError: [Errno 9] Bad file descriptor
[?]
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), 5.17 KB, created by
Frantisek Hanzlik
on 2014-08-12 11:16:18 UTC
(
hide
)
Description:
File: ks.cfg
Filename:
MIME Type:
Creator:
Frantisek Hanzlik
Created:
2014-08-12 11:16:18 UTC
Size:
5.17 KB
patch
obsolete
>#version=20 >install > ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use NFS installation media (od F19 by mely fungovat volby '$releasever' a '$basearch' ># (za $releasever se dosadi napr. '20' a za $basearch 'i386' n. 'x86_64'). ALE NE TADY: >#nfs --server=192.168.1.22 --dir=/mnt/ARCHIV/dist/RH/fedora/$releasever/$basearch/os >nfs --server=192.168.1.22 --dir=/mnt/ARCHIV/dist/RH/fedora/20/i386/os >#nfs --server=ws22: --dir=/mnt/ARCHIV/dist/RH/fedora/20/x86_64/os --opts="nolock" ># Use CDROM installation media >#cdrom > ># Run the Setup Agent on first boot >firstboot --enable > ># Keyboard layouts >#keyboard --vckeymap=cz-lat2-prog --xlayouts='us','cz' --switch='grp:alt_shift_toggle' >keyboard --vckeymap=us --xlayouts='us','cz (qwerty)' --switch='grp:alt_shift_toggle' > ># System language >lang en_US.UTF-8 --addsupport=cs_CZ.UTF-8 >#lang cs_CZ.UTF-8 --addsupport=en_US.UTF-8 > ># IP behem instalace (+ maska, DNS a GW if nechci behem instalace DHCP): >#ip=dhcp >#netmask=255.255.255.0 >#gateway=192.168.1.254 >#dns=192.168.1.254 >#noipv6 > ># Network information ># nemohu mit '--device=eth0', protoze po startu mam ne eth0, ale treba 'p4p2' (i kdyz dam 'net.ifcnames=0' kernelu). A '--biosdevname=0' ># anakonda nezna (ac by podle Inst Guide mela) a krachne >network --onboot=yes --noipv6 --bootproto=static --gateway=192.168.1.254 --ip=192.168.1.250 --nameserver=192.168.1.254 --netmask=255.255.255.0 --hostname=nas.zamecek.home ># druhy 'network ...' davat nebudu, kdyz nevim device: >#network --onboot=yes --device=eth1 --noipv6 --bootproto=static --ip=192.168.0.250 --netmask=255.255.255.0 > ># System timezone >timezone Europe/Prague --isUtc --ntpservers=0.cz.pool.ntp.org,1.cz.pool.ntp.org,2.cz.pool.ntp.org > ># Root password >rootpw --iscrypted $6$QtELgZ3Gc5uuy.oH$OrTCnlHs/MqIjreUTOoa.8lWXgmeYzZV0mMiGuwsNc6sZhrE0YWpdQJJrrI4wqaQCuqspFykK.2T6oYmQt4xN/ >user --name=hanzlik --password=$6$0qhwyi/qEzQv9eaB$bb0h3fr9KCKSDbXNBLASSpI2hg8FSMqDUN4w46PcIfTlDlloMG3H0zlTJrRPyCklsZ/q/M4XB8KvWShU5eJfe/ --iscrypted --gecos="Franta Hanzlik" > ># X Window System configuration information >xconfig --startxonboot --defaultdesktop=MATE > ># System bootloader configuration >#bootloader --location=mbr --boot-drive=sda --timeout=8 --append="disable ipv6.disable=1 net.ifnames=0 systemd.log_target=syslog-or-kmsg acpi_enforce_resources=lax" >bootloader --location=mbr --boot-drive=sda >bootloader --location=mbr --boot-drive=sdb > ># Partition clearing information >#clearpart --none --initlabel > >#selinux --enforcing >selinux --permissive > >firewall --trust=ethe0 --service=ssh --port=22221:tcp > ># Disk partitioning information >#part /home --fstype="ext4" --onpart=sda3 --label=homik >#part / --fstype="ext4" --onpart=sda2 --label=f19 >#part /mnt/zalohy --fstype="ext4" --onpart=sda4 --label=zalohy >#part swap --fstype="swap" --onpart=sda1 > ># Tohle nefunguje: >#repo --name="mupdates" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/updates --cost=1000 >#repo --name="rff" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-free --cost=1000 >#repo --name="rffu" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-free-updates --cost=1000 >#repo --name="rfnf" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-nonfree --cost=1000 >#repo --name="rfnfu" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-nonfree-updates --cost=1000 >#repo --name="moje" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/moje --cost=1000 > >repo --name="mupdates" --baseurl=http://192.168.1.22/fedoralinux/20/i386/updates --cost=1000 >repo --name="rff" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-free --cost=1000 >repo --name="rffu" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-free-updates --cost=1000 >repo --name="rfnf" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-nonfree --cost=1000 >repo --name="rfnfu" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-nonfree-updates --cost=1000 >repo --name="moje" --baseurl=http://192.168.1.22/fedoralinux/20/i386/moje --cost=1000 > ># Core a Base jsou vzdy defaultne vybrany >%packages >@admin-tools >@base-x >@basic-desktop >@dial-up >@directory-server >@dns-server >@editors ># Tohle zavlece 'R' a spoustu balastu (-devel knihovny, gcc atd.): >#@engineering-and-scientific >@firefox >#@fonts >@ftp-server >@graphical-internet >#@graphics >@guest-agents >@hardware-support >#@java >@legacy-network-server >@legacy-software-support >#@libreoffice >@mate-desktop >@mongodb >#@multimedia >@mysql >@network-server >#@office >@php >@printing >@server-cfg >@smb-server >#@sound-and-video >@sql-server >@standard >@system-tools >@text-internet >@virtualization >@web-server > ># Tohle nefunguje (zajimave je, ze se to rozvine na "GET /ks/%24releasever/_must-be HTTP/1.1" 404 221 "-" "urlgrabber/3.9.1"): ># (ale %24 je asi '$') >#%include http://192.168.1.22/ks/$releasever/_must-be >#%include http://192.168.1.22/ks/$releasever/_must-not-be >#%include http://192.168.1.22/ks/$releasever/_mate >#%include http://192.168.1.22/ks/$releasever/_pro-zaloha_cfg ># tohle je OK: >%include http://192.168.1.22/ks/20/_must-be >%include http://192.168.1.22/ks/20/_must-not-be >%include http://192.168.1.22/ks/20/_mate >%include http://192.168.1.22/ks/20/_pro-zaloha_cfg > >%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 1129239
:
926040
|
926041
|
926042
| 926043 |
926044
|
926045
|
926046
|
926047
|
926048
|
926049
|
926050