<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: KickStart PostInstall in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821907#M2708</link>
    <description>How are you doing the install? via NFS?&lt;BR /&gt;&lt;BR /&gt;If so, you'll just be able to mount your NFS path using standard mount commands, and then 'rpm -Fvh /path/to/eratta/*.rpm'.&lt;BR /&gt;&lt;BR /&gt;Same goes for the files you wish to un-tar.&lt;BR /&gt;&lt;BR /&gt;The commands are entered into a %post section of the kick-start configuration, and are exected in a chroot environment of the destination volume.&lt;BR /&gt;&lt;BR /&gt;If you dig up the RedHat Customisation guide, it has a section on KickStart which goes over all of this (i.e. &lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-kickstart2-postinstallconfig.html)" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-kickstart2-postinstallconfig.html)&lt;/A&gt;</description>
    <pubDate>Wed, 09 Oct 2002 22:39:12 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2002-10-09T22:39:12Z</dc:date>
    <item>
      <title>KickStart PostInstall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821906#M2707</link>
      <description>All,&lt;BR /&gt;I want to install updates rpm after installing RH Linux via kickstart. How would I mount this and run the rpm installs command during postinstalls (How would I enter this command in the postinstalls section?). I want to also untar my apps  as well. Thanks. &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Oct 2002 13:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821906#M2707</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-10-09T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart PostInstall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821907#M2708</link>
      <description>How are you doing the install? via NFS?&lt;BR /&gt;&lt;BR /&gt;If so, you'll just be able to mount your NFS path using standard mount commands, and then 'rpm -Fvh /path/to/eratta/*.rpm'.&lt;BR /&gt;&lt;BR /&gt;Same goes for the files you wish to un-tar.&lt;BR /&gt;&lt;BR /&gt;The commands are entered into a %post section of the kick-start configuration, and are exected in a chroot environment of the destination volume.&lt;BR /&gt;&lt;BR /&gt;If you dig up the RedHat Customisation guide, it has a section on KickStart which goes over all of this (i.e. &lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-kickstart2-postinstallconfig.html)" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-kickstart2-postinstallconfig.html)&lt;/A&gt;</description>
      <pubDate>Wed, 09 Oct 2002 22:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821907#M2708</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-10-09T22:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart PostInstall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821908#M2709</link>
      <description>I've been working on a similar issue for updating the kernel as a post install kickstart option utilizing RPMs.  I'm still burning the modified install CD (RedHat Linux 6.2), so I'm T-20 minutes from actually testing this out.  Here is some %post install gibberish that might help you out:&lt;BR /&gt;&lt;BR /&gt;#Do this first before %post&lt;BR /&gt;%post --nochroot&lt;BR /&gt;&lt;BR /&gt;#Create a directory on the newly created&lt;BR /&gt;#system image for your RPMs (on cd)&lt;BR /&gt;mkdir /mnt/sysimage/myRPMs&lt;BR /&gt;&lt;BR /&gt;#Copy RPMs from your CD to the system image&lt;BR /&gt;cp /mnt/source/myRPMs_on_CD/*.rpm /mnt/sysimage/myRPMs&lt;BR /&gt;&lt;BR /&gt;%post&lt;BR /&gt;&lt;BR /&gt;#Finally, install the RPMs&lt;BR /&gt;rpm -ivh /myRPMs/*.rpm  &lt;BR /&gt;&lt;BR /&gt;Again, I haven't had the chance to test this out yet, but I hope it helps.  More to come...</description>
      <pubDate>Tue, 22 Oct 2002 20:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-postinstall/m-p/2821908#M2709</guid>
      <dc:creator>Justin Davinroy</dc:creator>
      <dc:date>2002-10-22T20:53:34Z</dc:date>
    </item>
  </channel>
</rss>

