From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 12 17:12:34 2018 Received: (at 30604) by debbugs.gnu.org; 12 Mar 2018 21:12:34 +0000 Received: from localhost ([127.0.0.1]:57571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evUkE-0003jG-7K for submit@debbugs.gnu.org; Mon, 12 Mar 2018 17:12:34 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:39716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evUkD-0003j8-2F for 30604@debbugs.gnu.org; Mon, 12 Mar 2018 17:12:33 -0400 Received: from localhost (178.113.188.221.wireless.dyn.drei.com [178.113.188.221]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E1F283360290; Mon, 12 Mar 2018 22:12:31 +0100 (CET) Date: Mon, 12 Mar 2018 22:12:26 +0100 From: Danny Milosavljevic To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Subject: Re: [bug#30604] [PATCH v10 5/6] linux-initrd: Provide our own 'modprobe' program. Message-ID: <20180312221226.72eb6cb7@scratchpost.org> In-Reply-To: <20180312210936.7f89a29c@scratchpost.org> References: <87ina1qxic.fsf@gnu.org> <20180312123918.22645-1-ludo@gnu.org> <20180312123918.22645-5-ludo@gnu.org> <20180312210936.7f89a29c@scratchpost.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/yqyUpe/VHoXpAgll993hj+C"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30604 Cc: 30604@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --Sig_/yqyUpe/VHoXpAgll993hj+C Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > That was why earlier I kept /sbin/modprobe as the name (it's the > default Linux uses) and made sure that the file /sbin/modprobe is already > in the initrd (as opposed to created by boot-system). Note: The simplest change would be to keep this patch as-is but add=20 ;; Make sure that Linux can modprobe even before boot-system started up. (when modprobe (mkdir-p "sbin") (symlink modprobe "sbin/modprobe") (compile-to-cache "sbin/modprobe")) ; Note: without this line booting= is dead slow. [Maybe in this case that wouldn't be so bad - since boot-sys= tem switches away immediately anyway :)] to gnu/build/linux-initrd.scm --Sig_/yqyUpe/VHoXpAgll993hj+C Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlqm7ToACgkQ5xo1VCww uqXvXgf/SnwfDNtEZL1XSdFOuX/41Dp/eKf3g0roct+Yxfv1fjvliPoGPFfttKv+ Zx+vSHS1R//outrcrcXifpJJaNpsASsol1HxtuoPtzQ7nLXDIZKB4bG9aZYeVW1H OnWOKL1Si9ozts4KJxfBSyovFyDqIs/J85BrSaYhsCI5qkpH3pmKx03bTuPPOlXH kI5S5j4977ATl5IXiUdZ0Y2+QOun98k+a5XM4ujlfaID+gu+9PrEp4R9bg6V1nGZ M3efWovUJeewL+nk4gB1pLx3bo5ISLeoqdq1Bso2HzYkfmZtiI5Ke5+k37zPpOg1 tfBGWBNxzKJLnS40yu6tbFDweZ/1sg== =5MQy -----END PGP SIGNATURE----- --Sig_/yqyUpe/VHoXpAgll993hj+C--