Well the mcdx is built as a module, but unless Bernard has changed the
.config i don't see bsd partitions supported.
net-pf-1 is unix sockets, you either A) did not include it
B) Built it as a module and forgot to "alias net-pf-1" in your
conf.modules
C) Truely didn't want unix sockets, and need to "alias net-pf-1 off"
On Mon, 5 Jul 1999, Bill&Virginia Hodges wrote:
> I did:
> 1) make xconfig
> 2) selected my FreeBSD file systems and mcdx cdrom
> 3) make dep
> 4) make clean
> 5) make
> 6) make install
> 7) make modules
> 8) make modules_install
> 9) lilo
>
> On reboot using lilo on MBR yields:
> "modprobe: can't locate module net-pf-1"
>
> mount yields:
> ------------------------------
>
> [root@localhost hodges]# mount
> /dev/hda5 on / type ext2 (rw)
> none on /proc type proc (rw)
> /dev/hda1 on /boot type ext2 (rw)
> /dev/hda9 on /home type ext2 (rw)
> /dev/hda6 on /usr type ext2 (rw)
> /dev/hda8 on /usr/local type ext2 (rw)
> /dev/hda7 on /var type ext2 (rw)
> none on /dev/pts type devpts (rw,mode=0622)
> ----------------------------------
>
> lilo.conf contains:
>
> -----------------------------
> boot = /dev/hda
> delay = 100
> timeout = 150
> prompt
> read-only
> map=/boot/map
> install=/boot/boot.b
> image = /boot/vmlinuz-2.2.9-19mdk
> label = linux
> root = /dev/hda5
> ------------------------------------
>
> I have grepped the all through /usr/src for something like net-pf to no
> avail.
>
> BTW. when booted from my the floppy the kernel does access my BSD file
> system and the cdrom!!!
>
>
> Did I do something incorrect in xconfig?
> or what do i need to do to make a good kernel?
>
> Thanks,
>
> Bill
>