summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.i386
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2016-03-16 23:12:19 +0000
committerallanjude <allanjude@FreeBSD.org>2016-03-16 23:12:19 +0000
commit736b39250974facd8d5f4ab24f56636212c50a33 (patch)
treee3e47b4adfddec374c56af417380ab82142fa71a /sys/boot/Makefile.i386
parentecffce941a074abbd944385dc1cc659f4df1b04d (diff)
downloadFreeBSD-src-736b39250974facd8d5f4ab24f56636212c50a33.zip
FreeBSD-src-736b39250974facd8d5f4ab24f56636212c50a33.tar.gz
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot
Allows booting from a GELI encrypted root file system, via UFS or ZFS Reviewed by: gnn, smh (previous version), delphij (previous version) Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D4593
Diffstat (limited to 'sys/boot/Makefile.i386')
-rw-r--r--sys/boot/Makefile.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/Makefile.i386 b/sys/boot/Makefile.i386
index e7de353..8244da5 100644
--- a/sys/boot/Makefile.i386
+++ b/sys/boot/Makefile.i386
@@ -3,3 +3,4 @@
SUBDIR+= efi
SUBDIR+= libstand32
SUBDIR+= zfs
+SUBDIR+= geli
OpenPOWER on IntegriCloud