Hi,
i am currently using kickstart utility to create an automatic installation file for Ubuntu 7.04
My question is what is the openoffice package name for the "Openoffice Writer, Calc, and Impress)???
I want to put them under %package
Another question
Under the %package, what are these 3 symbols, @ - % mean?
@ - %, I saw in someone's ks.cfg file. they have these different sybmol.
here is my ks.cfg
Quote:
#Generated by Kickstart Configurator
#platform=x86
#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard us
#System mouse
mouse
#System timezone
timezone --utc America/Los_Angeles
#Root password
rootpw --disabled
#Initial user
user bbmak --fullname "bbmak" --password xxxxxxxxx????
#Reboot after installation
reboot
#Use text mode install
text
#Install OS instead of upgrade
install
#Use Web installation
url --url http://us.archive.ubuntu.com/ubuntu/
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part /boot --fstype ext3 --size 100 --asprimary
part swap --size 100
part / --fstype ext3 --size 2048 --grow
#System authorization infomation
auth --useshadow --enablemd5
#Firewall configuration
firewall --disabled
#Do not configure the X Window System
skipx
#Package install information
%packages --resolvedeps
@ xubuntu-desktop
xmms
wine
smb4k
f-spot
|