X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 6D368DC0091 for ; Fri, 28 Jun 2013 14:19:00 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 8D99FBC2AAC; Fri, 28 Jun 2013 14:18:59 +0000 (UTC) Date: Fri, 28 Jun 2013 16:18:56 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 1/2] main/cryptsetup: add rc script from Gentoo Message-ID: <20130628161856.4319117c@ncopa-desktop.alpinelinux.org> In-Reply-To: <20130628085241.GL18572@zen> References: <91763992d9005781f59c99577620f15f8e794988.1372313524.git.dubiousjim@gmail.com> <20130628084214.01a2fa28@ncopa-desktop.alpinelinux.org> <20130628085241.GL18572@zen> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 28 Jun 2013 04:52:41 -0400 Dubiousjim wrote: > On Fri, Jun 28, 2013 at 08:42:14AM +0200, Natanael Copa wrote: > > On Thu, 27 Jun 2013 02:12:03 -0400 > > Dubiousjim wrote: > > > > > One can already open a crypted / at startup using cryptroot= and cryptdm= options in the kernel > > > command line, thanks to mkinitfs's init script. > > > > > > This patch enables opening OTHER crypted volumes at startup, and also using a crypted swap. > > > > I agree that this is a feature we want. I am not convinced that we want > > do it gentoo style though. I wonder if we should go for > > a /etc/crypttab, debian/fedora style instead. What do you think? > > > > http://linux.die.net/man/5/crypttab > > I've got no attachment to the Gentoo implementation. One con is it's not > that lightweight. The pros were that it's flexible and already designed > for OpenRC. I wanted such a thing for a system I was setting up > remotely, and that's what I found, so I thought I'd pass it on. One benefit is that we could let gentoo maintain it, in case we go this route. > I'll have a look at the Fedora implementation instead, when I get a > chance. I used to use Arch, and they had something like that. I think thats what systemd uses so they are probably similar. I think systemd style tries to be compatible with debians /etc/crypttab too. googling on 'gentoo crypttab' gives some interesting results too. specifically: https://bugs.freedesktop.org/show_bug.cgi?id=53147 > Sorry about the cleanup needed for the other patches. I didn't bump the > pkgrels because it seemed too presumptive! :-) np. sorry for being late at applying them. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---