People,

After struggling with build iso errors with Pungi and Revisor and not getting any response from posts to the buildsys and test lists, I thought I would try here:

While trying to build F17, F18 and Rawhide with configs like the attached kickstart file and a command like:

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? - anaconda and lorax are in x86_64/os/Packages/

Someone must have this working?

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
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to