Le 2002.09.05 09:42, axacheng a écrit : > Hello List : > > How do i make a own boot floppy disk that include my SCSI device > and Network device modules???? >
Make your kernel with your SCSI device and Network device (built-in the kernel, not in modules) Then: cat /usr/src/linux/arch/i386/bzImage > /dev/fd0 (if your processor is a x86 else change) rdev /dev/fd0 /dev/hda2 (if your root device is hda2 else change) That's all i think. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]