This commit is contained in:
YellowJacketLinux 2024-10-08 01:33:32 -07:00
parent ad1ac7a4fa
commit 286e1e4c52

View File

@ -26,28 +26,28 @@ These instructions are incomplete notes.
Chapter 03 Get Sources Script Chapter 03 Get Sources Script
------------------------------- -------------------------------
This script is to be run by the 'lfs' user. The partition LFS is to be built on This script is to be run by the `lfs` user. The partition LFS is to be built on
must already be mounted at '/mnt/newlfs' and the directory '/mnt/lfs/sources' must already be mounted at `/mnt/newlfs` and the directory `/mnt/lfs/sources`
should exist and be owned by the 'lfs' user. should exist and be owned by the `lfs` user.
The script will download the needed sources (sourcing 'versions.sh') and make a The script will download the needed sources (sourcing `versions.sh`) and make a
backup of the downloaded sources so that if run again, it can get the sources backup of the downloaded sources so that if run again, it can get the sources
from the backup and not need to download them again. from the backup and not need to download them again.
The file 'versions.sh' also includes 'sha256sum' digests so that the script can The file `versions.sh` also includes `sha256sum` digests so that the script can
verify the integrity of the fetched file. verify the integrity of the fetched file.
Chapter 05 Building Chapter 05 Building
------------------- -------------------
In the 'CH5Build' directory, the 'lfs' user should execute the 'Master.sh' In the `CH5Build` directory, the `lfs` user should execute the `Master.sh`
script: script:
lfs$ bash Master.sh lfs$ bash Master.sh
The script works but is not finished. To do, it needs to verify the system is The script works but is not finished. To do, it needs to verify the system is
ready for the script to run. The 'Master.sh' script calls the 'CH05.*' scripts. ready for the script to run. The `Master.sh` script calls the `CH05.*` scripts.