[Server-devel] mkusbinstall enhancements

Jerry Vonau jvonau at shaw.ca
Wed Feb 18 12:50:53 EST 2009


On Tue, 2009-02-17 at 18:41 -0600, Jerry wrote:
> Martin:
> 
> Can you apply and test: xo.patch from:
> http://members.shaw.ca/jvonau/pub/0216
> 

> I need to append "method=hd:LABEL=XSRepo:/iso" to the same line,

Can you change this line in the patch from:
sed -i -e 's/cdrom:/hd:LABEL=XSRepo:/g'
$USBMNT/$SYSLINUXPATH/isolinux.cfg

to, all on one line:
sed -i -e 's/cdrom:/hd:LABEL=XSRepo:/g' 
-e 's|cfg|cfg method=hd:LABEL=XSRepo:/iso|'
$USBMNT/$SYSLINUXPATH/isolinux.cfg

I will update the method= part to repo=, as method= is going away, to
take care of newer versions of anaconda. I just have not tested repo=
with this version of anaconda.

Jerry




More information about the Server-devel mailing list