2021-04-23 12:14:38 +01:00
2021-04-23 12:00:45 +01:00
2021-04-23 12:00:45 +01:00
2021-04-20 14:02:47 +01:00
2021-04-18 19:40:10 +01:00
2021-04-17 14:47:31 +01:00
2016-01-08 11:48:56 +00:00
2021-04-23 12:14:38 +01:00

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

Follow the instructions in LFSScripts/HowTo

Description
Languages
Shell 92.7%
Makefile 3.8%
Roff 3.1%
C 0.3%
HTML 0.1%