- Linux From Scratch 12.1
finished
- Beyond Linux From Scratch
https://linuxfromscratch.org/blfs/view/12.1-systemd/postlfs/security.html
sudo env TARGET_DISK=<target_disk> ./run
A package_meta_in is here to specify:
- A package id, associating:
- A repo type and link, to scrap latest link from
- A package prefix, helping scraping and construction output file name
- A package suffix, also helper scraping and construction output file name. some helping choosing a package version
When launching with this config in run
declare -x GET_PACK_SAVE=1
declare -x GET_PACK_CHECK_REPO=1
the script will update the package_meta_in file
-
difference occure when package configure in /etc/passwd and /etc/group
-
Find a way to determine boot sda1 -> hd(1,1)
-
Fix not scrollable screen (daemon bugs)
- Add support for more editor
- Add color on pushd / popd
shellcheck -xa -Calways ./run