mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-08-19 16:25:24 +00:00
0aa3df6a1556e457ca10e090150112e4bf0a2047
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%