This repo contain scripts to automate LFS build + livecd. This LFS build is using [CRUX](crux.nu)'s pkgutils for managing packages and initramfs generator from [Venom Linux](venomlinux.org) for livecd initramfs.
* If you wanna include extra package to base system/livecd, create build script into lfs/pkgscripts directory using existing template, edit 02-lfs-base script, add your custom package name to 'EXTRA_PKGS' and re-run the script.
* By default all package built using '-O2 -march=x86-64 -pipe' for CFLAGS and CXXFLAGS, all cores for 'MAKEFLAGS', edit lfs/pkg.conf if you wanna change it.