Skip to Content.
Sympa Menu

baslinux - Re: [BL] USB and the digital camera

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: David Moberg <davidjmoberg AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] USB and the digital camera
  • Date: Sat, 10 Dec 2005 14:26:32 -0800

On 12/10/05, sindi keesan <keesan AT sdf.lonestar.org> wrote:

> I want to make a version of this boot disk which would be used primarily
> to test usb mice and keyboards. How do I make the above changes
> permanent? There is no need to use the disk with non-usb mice.

mount /dev/fd0 (or -o loop 1440.img)
copy initrd.gz to hard drive
gunzip initrd.gz
mount -o loop initrd.gz
make changes (add those lines to rc??)
umount
gzip initrd.gz
copy back to floppy or image file

You might run out of space if you add too many modules.

David




Archive powered by MHonArc 2.6.24.

Top of Page