X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 888BCDC0137 for ; Tue, 20 Oct 2015 09:29:54 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 69830DC009F for ; Tue, 20 Oct 2015 09:29:54 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id BCB595A803B; Tue, 20 Oct 2015 09:19:23 +0000 (GMT) Date: Tue, 20 Oct 2015 11:29:48 +0200 From: Natanael Copa To: Christian Kampka Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] features should be read from $basedir if set Message-ID: <20151020112948.48592e50@ncopa-desktop.alpinelinux.org> In-Reply-To: <1444578607-15095-1-git-send-email-christian@kampka.net> References: <1444578607-15095-1-git-send-email-christian@kampka.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) 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 X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 11 Oct 2015 17:50:06 +0200 Christian Kampka wrote: > Hi, > > I noticed some strage behaviour with mkinitfs when running it against > a different basedir using the -b switch. Apparently, it loads modules > to be included in the initramfs from $basedir, but the list of > modules defined through the features is not. This is quite > inconsistent as those two things don't necessarily fit together, > producing inusable initramfs images. > > The attached patch proposes to read features for initramfs from > $basedir if set, assuming that this behavour is not intentionally the > way it is now. I don't think this was intentional and the patch looks correct. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---