2bf249a542
This was tested on my Lenovo ThinkPad X301 just like for the amd64 port. XXX implement support for full-disk encryption installs in sysinst
20 lines
416 B
Makefile
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
|