kickstart from cdrom w/o network connection

Larry Brigman larry.brigman at gmail.com
Tue Aug 18 15:17:33 UTC 2009


On Tue, Aug 18, 2009 at 5:15 AM, Chris Rouch<chris.rouch at gmail.com> wrote:
> 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
>

There are a couple of things that need to be updated or at least
checked prior building the
iso.  There is one thing after needed also.

If you are modifying the package set adjust the comp.xml file and
rebuild the repository for
the image.
Ensure the .discinfo file is in the base iso build directory.
After the iso image is created, use
/usr/lib/anaconda-runtime/implantisomd5  $ISONAME.iso

If you just want to get a few packages in place on an image maybe
revisor will be an easier
route.




More information about the Kickstart-list mailing list