/alfs

Alice's Linux From Scratch

Primary LanguageShell

alfs

Alice's Linux From Scratch Based on https://www.linuxfromscratch.org/ and Low Level Dev Playlist

Setup

Move the repository to your root folder sudo mv alfs/ /alfs

alter permissions chmod -R 775 /alfs

add env variables

export DIST_ROOT=/alfs 
export LFS=$DIST_ROOT/build_env/build_root

prepare env with the script ./build_scripts/prepare.sh, run using sudo -e (for env variables passing)

enter in user distrobuilder sudo su distrobuilder -

finally run ./build_scripts/create.sh

[maybe? idk where] add the following line in sudo visudo after ## User privilege specification: distrobuilder ALL=(ALL:ALL) NOPASSWD: ALL