Re: USB Mass Storage installation

2004-03-30 Thread Joey Hess
Tom Allison wrote: > Using the installation manual section 4.4.1: > > zcat boot.img.gz > /dev/sda > (was gzip -cd and not zcat) > mount -t vfat /dev/sda /mnt > cp sarge-i386-netinst.iso /mnt > sync (I added this) > umount /mnt > > Not much left of my USB device. > Can't mount it or do anything wi

Re: USB Mass Storage installation

2004-03-30 Thread Tom Allison
Giuseppe Sacco wrote: Il mar, 2004-03-30 alle 01:17, Tom Allison ha scritto: I'm building a new USB mass storage device from the 0329 netinstall.iso: Using the installation manual section 4.4.1: zcat boot.img.gz > /dev/sda (was gzip -cd and not zcat) mount -t vfat /dev/sda /mnt cp sarge-i386-net

Re: USB Mass Storage installation

2004-03-29 Thread Giuseppe Sacco
Il mar, 2004-03-30 alle 01:17, Tom Allison ha scritto: > I'm building a new USB mass storage device from the 0329 netinstall.iso: > > Using the installation manual section 4.4.1: > > zcat boot.img.gz > /dev/sda > (was gzip -cd and not zcat) > mount -t vfat /dev/sda /mnt > cp sarge-i386-netinst.is

USB Mass Storage installation

2004-03-29 Thread Tom Allison
I'm building a new USB mass storage device from the 0329 netinstall.iso: Using the installation manual section 4.4.1: zcat boot.img.gz > /dev/sda (was gzip -cd and not zcat) mount -t vfat /dev/sda /mnt cp sarge-i386-netinst.iso /mnt sync (I added this) umount /mnt Not much left of my USB device.