From f08cbbe5e136d3efd94a886516381225d6649bf1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 8 Nov 2021 18:02:40 +0100 Subject: [PATCH 236/310] release/Makefile: Let the memstick ignore geli providers with passphrase Obtained from: ElectroBSD --- release/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/Makefile b/release/Makefile index d35e00bc6f22..34556ec90354 100644 --- a/release/Makefile +++ b/release/Makefile @@ -212,6 +212,9 @@ disc1: packagesystem echo hostname=\"${VOLUME_LABEL}\" >> ${.TARGET}/etc/rc.conf echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf echo kernels_autodetect=\"NO\" >> ${.TARGET}/boot/loader.conf + # Ignore provider with passphrase so booting doesn't require + # console interaction. + echo kern.geom.eli.tries=\"0\" >> ${.TARGET}/boot/loader.conf cp ${.CURDIR}/rc.local ${.TARGET}/etc umask ls -l ${.TARGET}/etc/rc.local -- 2.37.1