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 289735 Details for
Bug 425868
Anaconda exception list.index(x): x not in list
[?]
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 file
ks.cfg (text/plain), 2.29 KB, created by
John Klein
on 2007-12-16 23:22:53 UTC
(
hide
)
Description:
Kickstart file
Filename:
MIME Type:
Creator:
John Klein
Created:
2007-12-16 23:22:53 UTC
Size:
2.29 KB
patch
obsolete
># Kickstart file automatically generated by anaconda. > >install >url --url http://mrepo.furches228.homeip.net/f8-x86_64/disc1 >repo --name=local --baseurl=http://mrepo.furches228.homeip.net/f8-x86_64/RPMS.local > >lang en_US.UTF-8 >keyboard us >xconfig --startxonboot >network --device eth0 --bootproto dhcp >rootpw --iscrypted $1$cAUKy2ia$cZ5Jf/1x1D9LX0oRX3pwL0 >firewall --enabled --port=22:tcp >authconfig --enableshadow --enablemd5 >selinux --enforcing >timezone America/New_York >bootloader --location=mbr --driveorder=sda --append="rhgb quiet" ># 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 --linux --drives=sda >#part /boot --fstype ext3 --size=200 --ondisk=sda >#part pv.10 --size=0 --grow --ondisk=sda >#volgroup VolGroup00 --pesize=32768 pv.10 >#logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow >#logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=1000 --grow --maxsize=1984 > >%packages >@office >@admin-tools >@editors >@gnome-software-development >@fonts >@text-internet >@x-software-development >@gnome-desktop >@core >@base >@hardware-support >@java >@base-x >@graphics >@printing >@development-libs >@legacy-fonts >@development-tools >@sound-and-video >@graphical-internet >mesa-libGLU-devel >gnome-netstatus >pax >ImageMagick >gutenprint-plugin >libsane-hpaio >netpbm-progs >urw-fonts >ghostscript-fonts >imake > >%post >#!/bin/bash ># download all the scripts to run > >basearch=`/bin/uname -i` >releasever=`/bin/cat /etc/redhat-release | cut -d" " -f3` > >mkdir -p /tmp/postks >cd /tmp/postks > >echo Download scripts for all platforms. >> /var/log/postks.log >wget -r -l1 --no-parent --no-directories -A.s \ > http://mrepo.furches228.homeip.net/ks/ > >echo Downloading scripts for f$releasever-$basearch >wget -r -l1 --no-parent --no-directories -A.s \ > http://mrepo.furches228.homeip.net/f$releasever-$basearch/ks/ > >for scripts in /tmp/postks/*.s; do > echo Running "$scripts" >> /var/log/postks.log > chmod +x $scripts > $scripts >> /var/log/postks.log 2>&1 > echo -n "[Done] " >> /var/log/postks.log > date >> /var/log/postks.log > echo >> /var/log/postks.log >done > >%%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 425868
:
289734
| 289735