mmatuska / mfsbsd

mfsBSD
http://mfsbsd.vx.sk
BSD 2-Clause "Simplified" License
494 stars 137 forks source link

Makefile unable to compile custom kernel - FreeBSD 10.1-STABLE #57

Closed mragusa closed 8 years ago

mragusa commented 9 years ago

I ran into issues today using the 10-RELEASE ISO and the 2.1 build scripts. I found the error was in the Makefile was missing a few options. I also modified the MSFMODULES to contain geom_eli. I was running into issues with encrypting the filesystem from the installer.

< KERNCONF=GENERIC

KERNCONF?= GENERIC 79c77

< MFSMODULES=geom_mirror geom_nop geom_eli opensolaris zfs ext2fs snp smbus ipmi ntfs nullfs tmpfs

MFSMODULES=geom_mirror geom_nop opensolaris zfs ext2fs snp smbus ipmi ntfs nullfs tmpfs 223c221

< ${INSTALLENV} make installkernel KERNCONF=${KERNCONF} DESTDIR="${_ROOTDIR}" TARGET=${TARGET}

${INSTALLENV} make installkernel DESTDIR="${_ROOTDIR}" TARGET=${TARGET}

mmatuska commented 8 years ago

Should be fixed by now