Senin, 24 November 2008

Instalation with Kickstart

kickstart installations can be performed using a local CD-ROM, a local hard drive, or via NFS, FTP, or HTTP.

To use kickstart, you must:

1. Create a kickstart file.
2. Create a boot diskette with the kickstart file or make the kickstart file available on the network.
3. Make the installation tree available.
4. Start the kickstart installation.


fallowing this step:
1. mkdir –p /config/kickstart

2.Configure you NFS
vi /etc/exports
/config/kickstart *(ro,no_squash_root)

3. Run NFS
/etc/init.d/portmap restart
/etc/init.d/nfs restart
if you have any change your configuration run this command
exportfs –ra

4.Run Kicstart configuration
system-config-kickstart
(basic instalation, bootloader, partition, networking, authentication, firewall,
Xwindow, packet, etc)

5.Save Configuration
Klik File | save as => ks.cfg
mcopy ks.cfg a:

6. Now try boot with usb.floppy or disk
linux ks=floppy
linux ks=hd:fd0:/ks.cfg
linux ks=cdrom:/ks.cfg
ks=nfs:

Tidak ada komentar: