<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Automated Installations of Multiple RHEL/CentOS 7 Distributions using PXE Server and Kickstart Files	</title>
	<atom:link href="https://www.tecmint.com/multiple-centos-installations-using-kickstart/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/multiple-centos-installations-using-kickstart/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 09 Sep 2021 20:07:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Alex		</title>
		<link>https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-1585530</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 20:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9503#comment-1585530</guid>

					<description><![CDATA[Hello, I have followed all the steps from the last tutorial, and this one, the kickstart option (5) is not clickable for some reason, nothing happens when I press ENTER, the rest of the menu is normally clickable. I need your help, please.]]></description>
			<content:encoded><![CDATA[<p>Hello, I have followed all the steps from the last tutorial, and this one, the kickstart option (5) is not clickable for some reason, nothing happens when I press ENTER, the rest of the menu is normally clickable. I need your help, please.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sebastien.L		</title>
		<link>https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-873041</link>

		<dc:creator><![CDATA[Sebastien.L]]></dc:creator>
		<pubDate>Sun, 05 Mar 2017 17:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9503#comment-873041</guid>

					<description><![CDATA[Great article ! One thing : please note that according to your requirements (Setup a PXE Network Boot Server on RHEL/CentOS 7) the Step 2 and chapter 5 should be corrected with this :

menu label ^5) Install CentOS 7 x64 with Local Repo using Kickstart
kernel centos7/vmlinuz
append initrd=centos7/initrd.img inst.ks=ftp://192.168.1.25/pub/anaconda-ks.cfg inst.vnc inst.vncpassword=password

(centos7 subfolder has been missed in kernel and append ^^)

Thanks]]></description>
			<content:encoded><![CDATA[<p>Great article ! One thing : please note that according to your requirements (Setup a PXE Network Boot Server on RHEL/CentOS 7) the Step 2 and chapter 5 should be corrected with this :</p>
<p>menu label ^5) Install CentOS 7 x64 with Local Repo using Kickstart<br />
kernel centos7/vmlinuz<br />
append initrd=centos7/initrd.img inst.ks=ftp://192.168.1.25/pub/anaconda-ks.cfg inst.vnc inst.vncpassword=password</p>
<p>(centos7 subfolder has been missed in kernel and append ^^)</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob Bobson		</title>
		<link>https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-869574</link>

		<dc:creator><![CDATA[Bob Bobson]]></dc:creator>
		<pubDate>Mon, 20 Feb 2017 19:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9503#comment-869574</guid>

					<description><![CDATA[Hello, I did this and my install continues to pause at the for me to confirm that there will be no user created and to confirm the EULA. I&#039;ve added the line &lt;strong&gt;eula --accepted&lt;/strong&gt; to my KS file but it still stops and asks me to finish configuration. Is there a way to get it to just continue past that screen?

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hello, I did this and my install continues to pause at the for me to confirm that there will be no user created and to confirm the EULA. I&#8217;ve added the line <strong>eula &#8211;accepted</strong> to my KS file but it still stops and asks me to finish configuration. Is there a way to get it to just continue past that screen?</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: greg perry		</title>
		<link>https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-839805</link>

		<dc:creator><![CDATA[greg perry]]></dc:creator>
		<pubDate>Sun, 20 Nov 2016 18:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9503#comment-839805</guid>

					<description><![CDATA[On Centos7 I was unable to see my anaconda-ks.cfg file in the pub directory via browsing FTP. I could see it in the directory with ls however.

Ended up having to add &quot;setsebool allow_ftpd_full_access=1&quot; which allowed it to be visible.

Found that via google search here: http://stackoverflow.com/questions/30655173/cant-display-files-from-a-vsftpd-server-on-centos-6]]></description>
			<content:encoded><![CDATA[<p>On Centos7 I was unable to see my anaconda-ks.cfg file in the pub directory via browsing FTP. I could see it in the directory with ls however.</p>
<p>Ended up having to add &#8220;setsebool allow_ftpd_full_access=1&#8221; which allowed it to be visible.</p>
<p>Found that via google search here: <a target="_blank" href="http://stackoverflow.com/questions/30655173/cant-display-files-from-a-vsftpd-server-on-centos-6" rel="nofollow ugc">http://stackoverflow.com/questions/30655173/cant-display-files-from-a-vsftpd-server-on-centos-6</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-758808</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Fri, 11 Mar 2016 15:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9503#comment-758808</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-758786&quot;&gt;rashid&lt;/a&gt;.

You wont need to worry about this if you use a kickstart file form a previous installation. The License terms are accepted automatically.
Still, if you should now this parameter for manually created kickstart files:
eula Accepted]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/multiple-centos-installations-using-kickstart/comment-page-1/#comment-758786">rashid</a>.</p>
<p>You wont need to worry about this if you use a kickstart file form a previous installation. The License terms are accepted automatically.<br />
Still, if you should now this parameter for manually created kickstart files:<br />
eula Accepted</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
