Matt,

Yeah, the /linuxrc script inside of the initrd is trying
to mount the disk, so it can read the wireless.cfg file.

But, here's the cool thing.  You can pass the device name
to the /linuxrc script by adding a parameter on the kernel
command line.  This is done inside the syslinux.cfg file.

Just tack "BOOTDEV=hda" to the end of the 'append' line
in syslinux.cfg.  By default it is 'fd0'.  Your CD may
be something else, like hdb or hdc, so set it up to suite
your needs.

The end result should be something like this:

label linux
  kernel vmlinuz
  append initrd=initrd.img init=/linuxrc rw root=/dev/ram0 BOOTDEV=hda


That will pass hda to linuxrc, which will then mount the proper device
to read the wireless.cfg file.

Hope that helps,

Jim McQuillan
[EMAIL PROTECTED]



On Fri, 29 Mar 2002, Matt Filizzi wrote:

> even though I think it is a waste of a CD (just based on size), I am in
> need of making a bootable cd with the wireless project.  I took the
> wireless disk and first just burned it as an el'toro (I love that name!)
> bootable CD, and it worked almost.  it tried to mount the floppy drive. 
> I assume that this has something to do with the initrd although I have
> never touched them so I'm not really sure how to make them or even
> change this.
> 
> Could anyone give me a suggestion?
> (and no I can't use a floppy, this computer doesn't have a floppy drive,
> and no I can't use a rom because it's a laptop)
> 
> Matt
> 

-- 


_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to