moving kickstart forward

Andrew Simpson simpsonar77 at gmail.com
Mon Mar 7 22:30:49 UTC 2016


On this one, reference back to what I posted to Chris just a minute ago.
USB is tricky.
1.  using USB to install everything?  this requires setting up the usb
drive properly.
2.  using USB to only host the kickstart file, with the ISO on dvd or a
network share is pretty easy though.

How to install from USB:
1.  First thing to note is that you MUST make the iso bootable by usb.

#make sure the iso is bootable on USB devices

isohybrid ${filename}.iso

implantisomd5 ${filename}.iso


2.  I'm attaching a script to push an iso to a usb drive.  Sorry, I had to
do this on a windows machine.  probably has been window-ized.

3.  See my %pre section provided to Chris L a few posts back.

>
Andrew Simpson

On Mon, Mar 7, 2016 at 1:32 PM, Chris Lumens <clumens at redhat.com> wrote:

> > Per requirements our application is installed standalone via DVD.
> > %pre : we only do --log= .  No custom stuff done here.
> > %post : we use --log= and this is where we do the custom software
> installation and configuration.
>
> What kind of custom installation are you doing that prevents using the
> repo command with extra stuff in the %packages section?  Is there
> anything we could do to let this work for you?
>
> > I have tried using a USB stick but, KS or anaconda get lost on where the
> files are when going to %post.  It would be nice if this work like the DVD
> install.
>
> Hm, could you give me more information on what's happening here?
> Thanks!
>
> - Chris
>
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20160307/735a2b57/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: do_make_usb.sh
Type: application/x-sh
Size: 5595 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20160307/735a2b57/attachment.sh>


More information about the Kickstart-list mailing list