<?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: Add Custom RPM's to KickStart cfg file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022861#M48093</link>
    <description>I think that the easiest and quickest way will be use a %post section that will mount an NFS filesystem and install the custom rpm.</description>
    <pubDate>Mon, 15 Jan 2007 15:11:04 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-01-15T15:11:04Z</dc:date>
    <item>
      <title>Add Custom RPM's to KickStart cfg file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022860#M48092</link>
      <description>We have ks.cfg file and we wanted to add custom's rpm in the process. Has somneone implemented the same.&lt;BR /&gt;&lt;BR /&gt;-We are using iso images and Want the custom rpm's to be outside the iso images&lt;BR /&gt;&lt;BR /&gt;Any help ?</description>
      <pubDate>Mon, 15 Jan 2007 14:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022860#M48092</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-01-15T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom RPM's to KickStart cfg file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022861#M48093</link>
      <description>I think that the easiest and quickest way will be use a %post section that will mount an NFS filesystem and install the custom rpm.</description>
      <pubDate>Mon, 15 Jan 2007 15:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022861#M48093</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-01-15T15:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom RPM's to KickStart cfg file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022862#M48094</link>
      <description>You're absolutely right Ivan.&lt;BR /&gt;I have various kickstart cfg files for many several different installations and that's how I install additional rpms.&lt;BR /&gt;In %post section I mount a location that holds  RPM packages (and lots of configuration files) and then I use rpm command (rpm -Uvh path/packagename) to install the packages.&lt;BR /&gt;Best practice is to test it on a pilot system first, so that you'll know what to expect in "real life".</description>
      <pubDate>Mon, 15 Jan 2007 15:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022862#M48094</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-15T15:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom RPM's to KickStart cfg file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022863#M48095</link>
      <description>Well do you have the syntax for the rpm installs over nfs in %post  section ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 15 Jan 2007 15:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022863#M48095</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-01-15T15:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom RPM's to KickStart cfg file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022864#M48096</link>
      <description>It would be something like :&lt;BR /&gt;%post --nochroot&lt;BR /&gt;mkdir /mnt/temp&lt;BR /&gt;mount 10.0.0.1:/path/to/the/rpms /mnt/temp&lt;BR /&gt;rpm -ivh /mnt/temp/mypack.rpm&lt;BR /&gt;umount /mnt/temp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--nochroot is not mandatory in that case, but it may be safe to have it if you want to do more than these 5 lines.&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Jerome</description>
      <pubDate>Mon, 15 Jan 2007 16:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022864#M48096</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2007-01-15T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom RPM's to KickStart cfg file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022865#M48097</link>
      <description>Thanks</description>
      <pubDate>Mon, 15 Jan 2007 17:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-custom-rpm-s-to-kickstart-cfg-file/m-p/5022865#M48097</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-01-15T17:43:15Z</dc:date>
    </item>
  </channel>
</rss>

