People,
While trying to build rawhide with the attached kickstart file and:
pungi -c system_config_kickstart.ks --nosource --force --ver=F18
--all-stages
I get this error. It appears that this was a problem with F15/16 as
well?
I want to build a minimal F18 install CD (ie NOT a Live CD).
Am I missing something?
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: p...@pricom.com.au
repo --name=rawhide
--mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
#platform=x86, AMD64, or Intel EM64T
#version=DEVEL
# Install OS instead of upgrade
install
# Firewall configuration
firewall --disabled
# Use CDROM installation media
cdrom
# Root password
rootpw --iscrypted $1$R3CmYbI6$DOI2OLzQQAY1SaRiLRq1g.
# System authorization information
auth --useshadow --passalgo=md5
# Use text mode install
text
# System keyboard
keyboard us
# System language
lang en_US
# SELinux configuration
selinux --disabled
# Do not configure the X Window System
skipx
# Installation logging level
logging --level=info
# Reboot after installation
reboot
# System timezone
timezone Australia/Sydney
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --all
%packages
@admin-tools
@base
@hardware-support
@network-server
@server-cfg
@sql-server
@system-tools
@text-internet
@web-server
anaconda
openswan
%end
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test