PDA

View Full Version : ks.cfg


texerasmo
05-07-2006, 10:32
Questo è il mio file ks.cfg
Durante l'installazione non mi trova

@ Sistema X Window
@ GNOME Desktop Environment
@ Internet Grafico
@ Internet Testuale

poichè faccio una istallazione via nfs dove si trovano questi pacchetti?inqualce cd?




#Generated by Kickstart Configurator
#platform=x86, AMD64, o Intel EM64T

#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard it
#System mouse
mouse genericwheelps/2
#Sytem timezone
timezone Europe/Rome
#Root password
rootpw --iscrypted $1$GPwbvl8b$RGJ3.7RshSJTuQ9P7dcbp0
#Reboot after installation
reboot
#Install OS instead of upgrade
install
#Use NFS installation Media
nfs --server=192.168.0.110 --dir=/home/fedora2
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all
#Disk partitioning information
part /boot --fstype ext3 --size 100
part /var --fstype ext3 --size 1000
part swap --size 3000
part /home --fstype ext3 --size 10000
part / --fstype ext3 --size 1 --grow
part / --fstype ext3 --size 10000
part /tmp --fstype ext3 --size 1000
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=dhcp --device=eth0
#Firewall configuration
firewall --disabled
#XWindows configuration information
xconfig --depth=8 --resolution=1024x768 --defaultdesktop=GNOME
#Package install information
%packages --resolvedeps
@ Sistema X Window
@ GNOME Desktop Environment
@ Internet Grafico
@ Internet Testuale
@ Strumenti di Sviluppo
@ Sviluppo software X