moving kickstart forward

EXT-Askew, R W r.w.askew at boeing.com
Tue Mar 8 15:12:58 UTC 2016


Thanks Andrew

Bill Askew
PCS Technical Lead
281-226-6920

From: kickstart-list-bounces at redhat.com [mailto:kickstart-list-bounces at redhat.com] On Behalf Of Andrew Simpson
Sent: Monday, March 07, 2016 4:31 PM
To: Discussion list about Kickstart
Subject: Re: moving kickstart forward

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<mailto: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<mailto: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/20160308/58e8e7d9/attachment.htm>


More information about the Kickstart-list mailing list