From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 17:41:07 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77FBE483 for ; Mon, 25 Aug 2014 17:41:07 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5145036B0 for ; Mon, 25 Aug 2014 17:41:07 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id bj1so21665000pad.11 for ; Mon, 25 Aug 2014 10:41:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=+RFR3d+Xtfu7CCHtQt9xpTGSj09VAwsy2xnIijQkuj8=; b=b6DI64qfawEI+kmN68iEl9vLzSKO5JTEu+30ARggLZTMLyMpCSOMzTyX0SYzw09+Is /jh/LjjDs5o6nwqVQF602yyfCn/w8FvyrM6jGMogf9k6KEOMnG7DeeyMsyxDwH6yPT4f /33Bk7s8WHMgS9U/bCDZUQ8LKy/iM2gP85ZIWAvry+knCIbSOSWdjcVbA8T2p2OJG82r p8deAqRh51VHRWoAleimahIgmdo9f85eYXezlOZmOQ/+kz0S6cUm/zVD3tgceOYx+CPZ SYYicDHJRqjQfT5mNQ59ApXKOFotWZ8Jpm3BU3huo0l/gdSU7Q80lInG2DgXUBuC/bsR wgtw== X-Received: by 10.66.180.98 with SMTP id dn2mr24451595pac.83.1408988466769; Mon, 25 Aug 2014 10:41:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.127.226 with HTTP; Mon, 25 Aug 2014 10:40:46 -0700 (PDT) In-Reply-To: References: From: Anton Sayetsky Date: Mon, 25 Aug 2014 20:40:46 +0300 Message-ID: Subject: Re: -> 10.0, missing GEOM_GELI? To: Michael Sierchio Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:41:07 -0000 2014-08-25 20:39 GMT+03:00 Michael Sierchio : > perhaps there's another way to do this, but the old kernconf directive > to enable GELI was > > options GEOM_GELI No. It always was GEOM_ELI > > which yields this when trying to compile a custom kernel > > NUFED: unknown option "GEOM_GELI" > > The /etc/rc.d scripts seems to know what to do with the /dev/blah.eli > directive in /etc/fstab. How do I get this into the kernel? > > - M > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"