From 5804c9a1152cc0723e9a1d26bc42845f37b776d7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 8 Nov 2021 18:02:40 +0100 Subject: [PATCH 274/325] 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 89dcccf86285..6ca2ea4ae19e 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.32.0