Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 952 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 952 Bytes

LFSPkgBuilds

Mount a clean partion somewhere ( e.g. /mnt/LFS ).
CD into the mounted partition:
cd /mnt/LFS
Make sure you have rw perms:
sudo chown $USER .

Checkout the code: git clone https://github.com/KeithDHedger/LFSPkgBuilds.git
Or for a single branch:
git clone https://github.com/KeithDHedger/LFSPkgBuilds.git --branch 10.1 --single-branch

Depending on what init style you want to use you should first make a symlink from LFSPkgBuilds/LFSScripts/SysVBuild or LFSPkgBuilds/LFSScripts/SystemDBuild or LFSPkgBuilds/LFSScripts/LFSInitBuild or LFSPkgBuilds/LFSScripts/PiBuild to LFSScripts

E.G:
ln -sfvn LFSPkgBuilds/LFSScripts/SysVBuild LFSScripts
ln -sfvn LFSPkgBuilds/LFSPkgBuildScripts LFSPkgBuildScripts

For convienience you may want to also make a symlink to the HowTo, EG:
ln -sfvn LFSScripts/HowTo HowTo

Follow the instructions in LFSScripts/HowTo

BUGS etc. kdhedger68713@gmail.com