On Tue, 7 Nov 2006, David Morehead wrote: > Im trying to make a bootable usb stick with the g4u image on it but im > unsure how to get to the g4u.fs file on the iso? when i look in the iso > all i see is 2 files: BOOT. and NETBSD., would I need a server > installed with netbsd to access the files on the iso?
Can you please verify if the following gives something useful: ( cat g4u-2.2-1.fs ; \ cat g4u-2.2-2.fs | dd bs=512 skip=16 ; \ cat g4u-2.2-3.fs | dd bs=512 skip=16 ) >g4u.fs ? I've never played with USB sticks, and the USB documentation apparently is still from the times when g4u was just a single floppy... - Hubert ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ g4u-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/g4u-help
