From f3d48a00137557fa0d4bb696eafb83edf8cb9497 Mon Sep 17 00:00:00 2001 From: pyy <4225935+pyy@users.noreply.github.com> Date: Sat, 6 May 2023 19:32:47 +0200 Subject: [PATCH] add LFS Book v11.2 download url. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25df303..898b77f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Instructions and scripts to build Linux From Scratch (LFS), version 11.2, as sim # Foreword -First, this guide does not replace reading the whole LFS book. I highly recommend that you read it at least once. Only then you should use the automated scripts provided here. +First, this guide does not replace reading the whole LFS book. I highly recommend that you read it at least once. Only then you should use the automated scripts provided here. Linux From Scratch (LFS) Book, version 11.2, can be download from [here](https://www.linuxfromscratch.org/lfs/downloads/11.2/). This build will be accomplished inside a virtual machine. I'll be using Oracle VirtualBox, but you can use any tool of your personal preference. I'm running an Arch Linux VM, feel free to use your GNU/Linux distribution of choice. Just be sure to install the development tools available (base-devel package on Arch). @@ -282,4 +282,4 @@ sh /lfs-final.sh | tee /lfs-final.log # The end -You can now create a new VM using the virtual hard disk with the LFS build. It will be bootable and fully functional. Enjoy! \ No newline at end of file +You can now create a new VM using the virtual hard disk with the LFS build. It will be bootable and fully functional. Enjoy!