<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=AnacondaPatch</id>
	<title>AnacondaPatch - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=AnacondaPatch"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=AnacondaPatch&amp;action=history"/>
	<updated>2026-04-20T11:40:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=AnacondaPatch&amp;diff=16&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot; === patch kickstart installation === *you need squashfs-tools to do all this. &lt;pre&gt; yum install squashfs-tools &lt;/pre&gt; *add files to the kickstart installation **example...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=AnacondaPatch&amp;diff=16&amp;oldid=prev"/>
		<updated>2015-08-26T12:28:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; === patch kickstart installation === *you need squashfs-tools to do all this. &amp;lt;pre&amp;gt; yum install squashfs-tools &amp;lt;/pre&amp;gt; *add files to the kickstart installation **example...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=== patch kickstart installation ===&lt;br /&gt;
*you need squashfs-tools to do all this.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
yum install squashfs-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*add files to the kickstart installation&lt;br /&gt;
**example for text-only install using RHEL5 and higher&lt;br /&gt;
*from your OS installation, get the file called &amp;lt;tt&amp;gt;minstg2.img&amp;lt;/tt&amp;gt;&lt;br /&gt;
**to patch the graphical installer, use &amp;lt;tt&amp;gt;stage2.img&amp;lt;/tt&amp;gt;!&lt;br /&gt;
*prepare &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HERE=$PWD&lt;br /&gt;
mkdir orig&lt;br /&gt;
cp minstg2.img orig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*patch&lt;br /&gt;
**XFS: add &amp;lt;tt&amp;gt;mkfs.xfs &amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;fsck.xfs&amp;lt;/tt&amp;gt;&lt;br /&gt;
**get the xfsprogs rpm from centosplus that provide these&lt;br /&gt;
**rename it eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp xfsprogs-2.9.4-1.el5.centos.x86_64.rpm xfsprogs.rpm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
**then do&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd $HERE&lt;br /&gt;
mkdir xfsprogs&lt;br /&gt;
cd xfsprogs&lt;br /&gt;
rpm2cpio ../xfsprogs.rpm |cpio -ivd&lt;br /&gt;
mkdir -p ./usr/sbin&lt;br /&gt;
cp ./sbin/mkfs.xfs ./usr/sbin&lt;br /&gt;
chmod +x ./usr/sbin/mkfs.xfs&lt;br /&gt;
cp ./sbin/fsck.xfs ./usr/sbin&lt;br /&gt;
chmod +x ./usr/sbin/fsck.xfs&lt;br /&gt;
mksquashfs usr/sbin/mkfs.xfs usr/sbin/fsck.xfs ../minstg2.img -all-root -no-fragments&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*now upload the new minstg2.img to your webserver that hosts the old minst2.img&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>