After editing the kernel config file and that quite abit i eventually got
it to compile and create an image, but when i copy it to a floppy it fails on
boot (Unable to mount /)
Any ideas?
_______________________________________________
freebs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-small
To unsubscribe, send any mail to "freebsd-smal...@freebsd.org"
Sure, you need to check that the md-image is being extracted prior to
mounting.
In the boot prompt you can try to lsmod to see what modules are loaded
(md-images appear as kernel modules).
So all you have to do is interupt the boot sequence, and dispatch the
`lsmod` command, and see what it shows you.
-Jon