kickstart from cdrom w/o network connection

Chris Rouch chris.rouch at gmail.com
Tue Aug 18 12:15:30 UTC 2009


On Tue, Aug 18, 2009 at 1:57 PM, parwar shah<parwar_shah at hotmail.com> wrote:
> Hello chris;
> i m working same like urs work
> the only thing i want to know that how did u make the dvd iso image working
> correctly
> becz i used :
> mkisofs -o file.iso -b isolinux.bin......................
> but it didn't work so i start using a software

I got this from google:

pushd $topdir
mkisofs \
    -J \
    -R \
    -v \
    -T \
    -o $iso \
    -b isolinux/isolinux.bin \
    -c isolinux/boot.cat \
    -no-emul-boot \
    -boot-load-size 4 \
    -boot-info-table \
    .

popd


$topdir is the root directory of the cdrom, $iso is the output iso
file, e.g. dvd.iso



> Try this kick file for ur instance:
> #Generated by CSA
> # and customised for [ vclient ]
> # EXAMPLE TEST FOR VMWARE MACHINES
> #System  language
> lang en_US
> #Language modules to install
> langsupport  --default=en_US
> #System keyboard
> keyboard uk
> #System mouse
> mouse generic3ps/2
> #Sytem timezone
> timezone --utc Europe/London
> #Root password
> rootpw xyz
> #Reboot after installation
> reboot
> #Install Red Hat Linux instead of upgrade
> install
> #Use cdRom Media
> cdrom
> #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 / --fstype ext3 --size 1000 --grow --asprimary
> part swap --size 1024
> #System authorization infomation
> auth  --useshadow  --enablemd5
> #Network information
> network --bootproto=static --ip=10.10.10.10 --netmask=255.255.255.254
> --gateway=10.10.10.1 --nameserver=10.10.10.11 --device=eth0 --hostname
> client1
> #Firewall configuration
> firewall --disabled #XWindows configuration information
> xconfig --depth=16 --resolution=1024x768 --defaultdesktop=KDE --startxonboot
> #Package install information
> %packages --resolvedeps
> @ Base-X
> @ KDE Desktop Environment
> %post
> # Post INSTALL
> ////////////////////////////////////////////////////////////////////////////////////////
>> Date: Tue, 18 Aug 2009 12:47:26 +0200
>> From: chris.rouch at gmail.com
>> To: kickstart-list at redhat.com
>> Subject: kickstart from cdrom w/o network connection
>
>
> SHAH
> ________________________________
> With Windows Live, you can organize, edit, and share your photos.
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list
>




More information about the Kickstart-list mailing list