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 869E5DC12FB for ; Sun, 11 Oct 2015 15:50:18 +0000 (UTC) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 479AADC00BB for ; Sun, 11 Oct 2015 15:50:18 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so123916023wic.1 for ; Sun, 11 Oct 2015 08:50:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=RL08B5CLtxYiry5Z1GqcwSwja8AOEdECBrc64r3eqro=; b=egjchPLKJPk3Wiyo2wfX/kPK0QoxIFYleKEttAey8xMSsrRFahKZWxXOaiwOpHyt8T On8dIF48xoLtdSRqcmUBckR9FIHK7694CCla8lyccbdhB3ISUguaKHcrF5tU2QD+0NJg dlNr0bnuVGFuh2EwPvO373LgwCT4Jh95qj2kAWiL1bKsng1W/JtXOQY+UM0iEhXJ5XZr 08zSL5iCajVSapK+F6QVgkoeeYtAv/EpQH8DwF7R3zw5+nSzv18tw2SK/MZjwEXEbYy4 RIuHEae2wzHasCI4Lvo6XPjYbHOlfYxB7Ha7su5c8sUvs9Jr8pO2TNKjnzJTSxb9SSS/ CqPg== X-Gm-Message-State: ALoCoQnv04uiOTz+7styA7J02EsPDq/0Ovg3t5DEx6NA4AcTGCrLxg+Sue/iVSM4Pktj2WP+BXzU X-Received: by 10.194.179.137 with SMTP id dg9mr25555851wjc.55.1444578616549; Sun, 11 Oct 2015 08:50:16 -0700 (PDT) Received: from localhost (pD9578B12.dip0.t-ipconnect.de. [217.87.139.18]) by smtp.gmail.com with ESMTPSA id ki7sm14436634wjc.28.2015.10.11.08.50.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Oct 2015 08:50:15 -0700 (PDT) From: Christian Kampka To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] features should be read from $basedir if set Date: Sun, 11 Oct 2015 17:50:06 +0200 Message-Id: <1444578607-15095-1-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.6.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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. Cheers, Christian --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---