Re: Kernel parameters on bootdisk

2001-10-28 Thread Mark Carroll
Of course, Jeremiah Mahler's idea worked. I made the script, #!/bin/bash set -e mkfs -c /dev/fd0 mount /dev/fd0 /floppy/vmlinuz lilo -C ~/lilo-bootdisc.conf umount /dev/fd0 And lilo-bootdisc.conf was, compact boot=/dev/fd0

Re: Kernel parameters on bootdisk

2001-10-26 Thread Mark Carroll
On Fri, 26 Oct 2001, Jeremiah Mahler wrote: (snip) > I dont know if my solution is what you are looking for but here it is > anyway. I made a boot disk for using on a diskless machine by > essentially doing the same thing as I do with a hard disk. > I created an ext2 filesystem on the floppy and c

Re: Kernel parameters on bootdisk

2001-10-26 Thread Jeremiah Mahler
On Fri, Oct 26, 2001 at 10:40:28AM -0400, Mark Carroll wrote: > What must I do to pass parameters to things compiled into a kernel on a > bootdisk, when I do "make zdisk" or whatever with the kernel sources, > in the same way that one can pass parameters with lilo's "append"? > > -- Mark > > > -

Kernel parameters on bootdisk

2001-10-26 Thread Mark Carroll
What must I do to pass parameters to things compiled into a kernel on a bootdisk, when I do "make zdisk" or whatever with the kernel sources, in the same way that one can pass parameters with lilo's "append"? -- Mark