NetBSD/distrib/i386/ramdisks/ramdisk-cgdroot/Makefile
khorben 2bf249a542 This is the i386 version of the support for full-disk encryption; this commit allows building the ramdisk required as well as the associated kernel module (to be loaded in the kernel by the bootloader).
This was tested on my Lenovo ThinkPad X301 just like for the amd64 port.

XXX implement support for full-disk encryption installs in sysinst
2013-07-16 02:10:43 +00:00

20 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/16 02:10:43 khorben Exp $
BOOTMODEL= big
IMAGE= ramdisk-cgdroot.fs
IMAGESIZE= 5000k
IMAGEDEPENDS=
CRUNCHENV= INIT_CHROOT=1
SMALLPROG_INET6=1
.include "${.CURDIR}/../common/Makefile.ramdisk"
LISTS+= ${DISTRIBDIR}/common/list.cgdroot
MTREECONF+= ${DISTRIBDIR}/common/mtree.cgdroot
.if ${USE_INET6} != "no"
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
MAKEFS_FLAGS+= -f 20