You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I use it anyway, might as well make it official. |
4 weeks ago | |
---|---|---|
LICENSE | 4 months ago | |
README.md | 4 months ago | |
git-clone-list | 4 months ago | |
md5sums | 4 months ago | |
version-check.sh | 4 months ago | |
wget-list-sysv | 4 weeks ago |
README.md
LFS-no-microsoft
what you need to change Linux from Scratch to Linux from Scratch -microsoft
Problem: Linux from Scratch depends on NSA/Microsoft Github Solution: let's fix this.
If you run into an issue with the scripts in this repo let us know what you did with them and the problem you encountered in an issue https://git.freecumextremist.com/themusicgod1/LFS-no-microsoft/issues
where it says to wget the list, wget wget-list-sysv and then
for x in cat git-clone-list
; do git clone $x; done