{"id":19420328,"url":"https://github.com/hantang/linuxfromscratch-scripts","last_synced_at":"2026-05-14T18:04:31.865Z","repository":{"id":213500705,"uuid":"734152785","full_name":"hantang/linuxfromscratch-scripts","owner":"hantang","description":"Linux From Scratch scripts","archived":false,"fork":false,"pushed_at":"2024-02-21T07:41:14.000Z","size":730,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-21T08:38:22.323Z","etag":null,"topics":["lfs","lfs-12","linux","linuxfromscratch"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hantang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-21T02:07:17.000Z","updated_at":"2024-04-15T07:07:19.735Z","dependencies_parsed_at":null,"dependency_job_id":"59227eb8-af2a-44f1-990c-fe8ebfac8509","html_url":"https://github.com/hantang/linuxfromscratch-scripts","commit_stats":null,"previous_names":["hantang/linuxfromscratch-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hantang/linuxfromscratch-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantang%2Flinuxfromscratch-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantang%2Flinuxfromscratch-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantang%2Flinuxfromscratch-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantang%2Flinuxfromscratch-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hantang","download_url":"https://codeload.github.com/hantang/linuxfromscratch-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantang%2Flinuxfromscratch-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33037047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lfs","lfs-12","linux","linuxfromscratch"],"created_at":"2024-11-10T13:22:32.593Z","updated_at":"2026-05-14T18:04:31.860Z","avatar_url":"https://github.com/hantang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linuxfromscratch-scripts\n\n`Linux From Scratch` Scripts.\n\n## Documents\n\n- [Linux From Scratch, linuxfromscratch.org](https://www.linuxfromscratch.org/lfs/read.html)\n- [Linux From Scratch 中文翻译, xry111.site](https://lfs.xry111.site/zh_CN/)\n- Local guidance/note: [lfs/note.md](lfs/note.md)\n\n## Versions\n\n- Version 13 (2026-):\n  - [ ] Version 13.0-rc1: February 14th, 2026\n- Version 12 (2023-2025):\n  - [ ] Version 12.4: September 1st, 2025\n  - [ ] Version 12.3: March 5th, 2025\n  - [ ] Version 12.2: September 1st, 2024\n  - [ ] Version 12.1: March 1st, 2024\n  - [x] Version 12.0: September 1st, 2023\n- Version 11 (2021-2023):\n  - [ ] Version 11.3: March 1st, 2023\n  - [ ] Version 11.2: September 1st, 2022\n  - [ ] Version 11.1: March 1st, 2022\n  - [ ] Version 11.0: September 1st, 2021\n- Version 10 (2020-2021):\n  - [ ] Version GIT-20210406-g8186f16b0 (10.2-rc1): April 6th, 2021\n  - [ ] Version 10.1: March 1st, 2021\n  - [ ] Version 10.0: September 1st, 2020\n- Version 9 (2019-2020):\n  - [ ] Version 9.1: March 1st, 2020\n  - [ ] Version 9.0: September 1st, 2019\n\n## Steps\n\n1. Create Scripts\n\n\u003e [!info]\n\u003e This step extract script from `LFS` document `\u003cpre\u003e` part.\n\n```shell\n# optional: download full directory, just need NOCHUNKS.html and md5sums file\nbash download.sh lfs-doc 12.4\n## sysvinit version\n# wget -r -np -nH --cut-dirs=2 -R index.html -P demo https://www.linuxfromscratch.org/lfs/downloads/12.0/\n## systemd version\n# wget -r -np -nH --cut-dirs=2 -R index.html https://www.linuxfromscratch.org/lfs/downloads/12.0-systemd/\n\n## stable version\n# https://www.linuxfromscratch.org/lfs/downloads/stable/\n# https://www.linuxfromscratch.org/lfs/downloads/stable-systemd/\n\n# run scripts, use python 3.10+ with beautifulsoup4\n# pip install -r requirements.txt\npython html2scripts.py --version 12.4 --data lfs-doc --output lfs-out\n```\n\n2. Run LFS Scripts\n\n\u003e [!warning]\n\u003e Before run, read the LFS documents first and check autogen scripts.\n\nDon't run immediately, read the LFS documents first,\nthen follow the `Step-by-Step` part in [lfs/note.md](lfs/note.md#step-by-step),\nrun the command in your terminal manually.\nSome modifications are added from original extracted shell scripts by python.\n\n## Related\n\n- [luisgbm/lfs-scripts](https://github.com/luisgbm/lfs-scripts)\n- [FreeFlyingSheep/lfs](https://github.com/FreeFlyingSheep/lfs)\n- [qundao/mirror-lfs](https://github.com/qundao/mirror-lfs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhantang%2Flinuxfromscratch-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhantang%2Flinuxfromscratch-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhantang%2Flinuxfromscratch-scripts/lists"}