[Server-devel] Modify the "Kickstart File" on XS-163

Tony Pearson tpearson at us.ibm.com
Mon Jun 16 18:00:04 EDT 2008


Martin,
To get past my installation issues, I decided it would be easier just to 
modify the existing
XS-163.iso than go download all the git-clone and build it from scratch. 
That said, I was able
to use Fedora 7 "kickstart configurator" tool to get the following, I can 
merge it with your
"packages" and "@post" script.  Does that look reasonable? 

Here is the kickstart-ks.cfg generated:
================
#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth  --useshadow  --enablemd5 
# Use text mode install
text
# Firewall configuration
firewall --disabled
# Use interactive kickstart installation method
interactive
# System keyboard
keyboard us
# System language
lang en_US
# SELinux configuration
selinux --disabled
# Do not configure the X Window System
skipx
# Install OS instead of upgrade
install
# Use CDROM installation media
cdrom
# Network information
network --bootproto=dhcp --device=eth2 --onboot=on
network --bootproto=static --device=eth1 --gateway=192.168.0.1 
--ip=192.168.0.77 --nameserver=216.39.128.2 --netmask=255.255.255.0 
--onboot=on
# System timezone
timezone --isUtc America/New_York
# System bootloader configuration
bootloader --location=none
# Partition clearing information
clearpart --none 
======================

Let me know if I need to change any of these settings.

-- Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.laptop.org/pipermail/server-devel/attachments/20080616/a9fe5198/attachment.htm 


More information about the Server-devel mailing list