Test: Difference between revisions
New page: <b>bla<br></b> |
No edit summary |
||
| Line 1: | Line 1: | ||
< | his site for the software: | ||
</span><font color="#0000ff"><u><a class="western" href="https://rhn.redhat.com/rhn/software/downloads/SupportedISOs.do"><span lang="en-US">https://rhn.redhat.com/rhn/software/downloads/SupportedISOs.do</span></a></u></font></p> | |||
<p class="western" style="margin-bottom: 0in"><span lang="en-US">For | |||
now we use: Red Hat Enterprise Linux (v. 5 for 64-bit x86_64) that | |||
can be found here: | |||
</span><font color="#0000ff"><u><a class="western" href="https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=6957"><span lang="en-US">https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=6957</span></a></u></font></p> | |||
<p class="western" style="margin-bottom: 0in"><span lang="en-US">Where | |||
we dowload this file: </span><font color="#0000ff"><u><a class="western" href="https://content-web.rhn.redhat.com/rhn/isos/RHEL-5.6/rhel-x86_64-server-5/rhel-server-5.6-x86_64-dvd.iso?__gda__=1297755165_265cb4518c79688af007e526aa5df5fa&#38;ext=.iso"><span lang="en-US">Binary | |||
DVD (Server Core/Cluster/Cluster Storage/Virtualization)</span></a></u></font></p> | |||
<p lang="en-US" class="western" style="margin-bottom: 0in"><br> | |||
</p> | |||
<ol> | |||
<ol start="3"> | |||
<li><h2 lang="en-US" class="western"><a name="__RefHeading__16_608843035"></a> | |||
Creating the boot floppy image</h2> | |||
</ol> | |||
</ol> | |||
<p lang="en-US" class="western" style="margin-bottom: 0in"> The | |||
following command will create a floppy image in /tmp</p> | |||
<ul> | |||
<li><p lang="en-US" style="margin-bottom: 0in; line-height: 100%"><font face="Consolas, monospace"><font size="2" style="font-size: 10pt">dd | |||
if=/dev/zero of=/tmp/floppyimage.flp bs=1K count=1440 </font></font> | |||
</p> | |||
<li><p lang="en-US" style="margin-bottom: 0in; line-height: 100%"><font face="Consolas, monospace"><font size="2" style="font-size: 10pt">mkfs.vfat | |||
/tmp/floppyimage.fpl </font></font> | |||
</p> | |||
<li><p lang="en-US" style="margin-bottom: 0in; line-height: 100%"><font face="Consolas, monospace"><font size="2" style="font-size: 10pt">sudo | |||
mount -o loop /tmp/floppyimage.flp /mnt </font></font> | |||
</p> | |||
<li><p lang="en-US" style="margin-bottom: 0in; line-height: 100%"><font face="Consolas, monospace"><font size="2" style="font-size: 10pt">sudo | |||
cp kickstartfile /mnt/ks.cfg (see paragraph for details)</font></font></p> | |||
<li><p lang="en-US" style="margin-bottom: 0in; line-height: 100%"><font face="Consolas, monospace"><font size="2" style="font-size: 10pt">sudo | |||
umount /mnt</font></font></p> | |||
</ul> | |||
Revision as of 07:35, 16 July 2014
his site for the software:
<a class="western" href="https://rhn.redhat.com/rhn/software/downloads/SupportedISOs.do">https://rhn.redhat.com/rhn/software/downloads/SupportedISOs.do</a>
For now we use: Red Hat Enterprise Linux (v. 5 for 64-bit x86_64) that can be found here: <a class="western" href="https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=6957">https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=6957</a>
Where we dowload this file: <a class="western" href="https://content-web.rhn.redhat.com/rhn/isos/RHEL-5.6/rhel-x86_64-server-5/rhel-server-5.6-x86_64-dvd.iso?__gda__=1297755165_265cb4518c79688af007e526aa5df5fa&ext=.iso">Binary DVD (Server Core/Cluster/Cluster Storage/Virtualization)</a>
<a name="__RefHeading__16_608843035"></a> Creating the boot floppy image
The following command will create a floppy image in /tmp
dd if=/dev/zero of=/tmp/floppyimage.flp bs=1K count=1440
mkfs.vfat /tmp/floppyimage.fpl
sudo mount -o loop /tmp/floppyimage.flp /mnt
sudo cp kickstartfile /mnt/ks.cfg (see paragraph for details)
sudo umount /mnt