readability

This commit is contained in:
owl4ce 2021-03-16 19:22:16 +07:00
parent 90f501f0df
commit 82fd3b08c7
No known key found for this signature in database
GPG key ID: F9D30BA7338120AC

View file

@ -4,10 +4,10 @@ This repo contain scripts to automate multilib LFS build + livecd. This LFS buil
### Requirements ### Requirements
* sudo/doas * `sudo` / `doas`
* wget * `wget`
* passes lfs version-check.sh test * passes lfs `version-check.sh` test
* squashfs-tools & libisoburn (optional to create the livecd iso) * `squashfs-tools` & `libisoburn` (optional to create the livecd iso)
### Scripts ### Scripts
@ -44,7 +44,7 @@ Basically you just need to run all those 3 scripts without other command to get
``` ```
$ ./01-toolchain && sudo ./02-base && sudo ./03-mkiso $ ./01-toolchain && sudo ./02-base && sudo ./03-mkiso
``` ```
> Note: script 01-toolchain gonna ask for sudo/doas password > Note: script 01-toolchain gonna ask for sudo or doas password
- First grab any distro's livecd to use as host, or you can just your current running linux distro as host. (read below for tested host) - First grab any distro's livecd to use as host, or you can just your current running linux distro as host. (read below for tested host)
- Prepare your partition for LFS and mount it on `/mnt/lfs` or you can change where LFS build directory in `config` file. - Prepare your partition for LFS and mount it on `/mnt/lfs` or you can change where LFS build directory in `config` file.