<br><font size=2 face="sans-serif">Thank you.. I will try this you are
a great help!</font>
<br><font size=2 face="sans-serif">-Jason</font>
<br>
<br><font size=2 face="sans-serif">Best Regards,<br>
Jason Brashear<br>
jbrash@us.ibm.com<br>
Websphere Lab Administrator<br>
IBM Corporation<br>
11501 Burnet Rd., Austin, Texas 78758<br>
LWWS/7G , Bldg. 903, 4H-004<br>
512-838-4776 T/L 678-4776<br>
FAX: 512-838-0330 (5C-007)</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Jason L Tibbitts III <tibbs@math.uh.edu></b>
</font>
<br><font size=1 face="sans-serif">Sent by: kickstart-list-bounces@redhat.com</font>
<p><font size=1 face="sans-serif">05/20/2004 01:24 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
Discussion list about Kickstart</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">Discussion list about Kickstart
<kickstart-list@redhat.com></font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">Re: Create a Kickstart cdrom
for AS 3.0</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>>>>>> "JB" == Jason Brashear
<jbrash@us.ibm.com> writes:<br>
<br>
JB> I dont have a CDR in a linux system. can I make these cd's from
my<br>
JB> windows system that has the cdr?<br>
<br>
Sorry, I don't use windows so I can't really say.  You could build
an<br>
ISO under Linux and transfer that to your windows machine, assuming<br>
you have software that will burn a plain ISO file.<br>
<br>
Try this:<br>
<br>
make a directory (doesn't matter what you call it) and CD to it.<br>
Create this little one-liner script; I called it "makeit":<br>
<br>
-------<br>
#!/bin/sh<br>
mkisofs -v -v -o boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V -T image<br>
-------<br>
<br>
Now mkdir -p image/isolinux; cd image/isolinux<br>
Copy your vmlinuz and initrd.img files here; I called them "vml642"<br>
  and "ird642.img".  isolinux severely resticts the
naming you can<br>
  use, so don't get fancy or it won't work.<br>
Create isolinux.cfg.  You can copy in or create a boot image and<br>
  various messages; I don't know what the minimum you have to specify<br>
  is.  But you will at least need a stanza for these images:<br>
<br>
-------<br>
label ks64-2<br>
   kernel vml642<br>
   append initrd=ird642.img devfs=nomount ramdisk_size=9216 ksdevice=link
ks=http://url.to/kickstart.file<br>
-------<br>
<br>
cd ../..<br>
run the "makeit" script, which will give you boot.iso.  Burn
that<br>
however you can.<br>
<br>
 - J<<br>
<br>
<br>
_______________________________________________<br>
Kickstart-list mailing list<br>
Kickstart-list@redhat.com<br>
https://www.redhat.com/mailman/listinfo/kickstart-list<br>
</tt></font>
<br>