From f9a7f8ec3488f441cc731a4a3802658b4072144f Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 13 Dec 2021 17:23:08 +0100 Subject: [PATCH] Update README Change http to https for the new linuxfromscratch site. Explicitly cite dependencies for the tools. Cosmetic change to the kernel config instructions. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index f8deb3c..6b3c97e 100644 --- a/README +++ b/README @@ -39,7 +39,8 @@ Of course the "Host System Requirements" should be fulfilled. The needed supplementary packages are detailed at the bottom of the page: - http://www.linuxfromscratch.org/alfs/download.html + https://www.linuxfromscratch.org/alfs/download.html. In short, you need + wget, sudo, libxml2, libxslt, docbook-4.5-xml, and docbook-xsl-nons. 3. INSTALLATION:: @@ -81,7 +82,8 @@ If you want to build the kernel as part of the automated build, select "Build the kernel" in the menu. Then, a configuration file must be provided. In order to do so, it is recommended to download the kernel - tarball, unpack it, run , configure the kernel as per + tarball, unpack it, run (or any other *config), + configure the kernel as per the book, and save the resulting .config file to a location where it can be retrieved later on (a convenient location and name is $SRC_ARCHIVE/config---).