# lfs-script **Repository Path**: summit/lfs-script ## Basic Information - **Project Name**: lfs-script - **Description**: This GitHub project provides a collection of Bash scripts designed to guide users through the process of building a custom Linux system from the ground up, based LFS. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2025-07-04 - **Last Updated**: 2025-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lfs-script This GitHub project provides a collection of Bash scripts designed to guide users through the process of building a custom Linux system from the ground up, based on Linux From Scratch (LFS) version 12.3. The scripts offer step-by-step automation for setting up a minimal, tailored Linux environment, following the official LFS guide. Each folder corresponds to the commands for one chapter, but does not include the Linux compilation commands. Please refer to the original book at [https://lfs.xry111.site/zh_CN/12.3-systemd/index.html](https://lfs.xry111.site/zh_CN/12.3-systemd/index.html). The current image can be executed directly using QEMU with the following command: ``` sudo qemu-system-x86_64 -m 1024 -drive file=lfs.12.3.img,format=raw -nographic ``` **System Image Download Links:** - Google Drive: [https://drive.google.com/file/d/1L5-c0q5fOEl-33705DJ2UXtzhQZAFCoa/view?usp=sharing](https://drive.google.com/file/d/1L5-c0q5fOEl-33705DJ2UXtzhQZAFCoa/view?usp=sharing) - Baidu Cloud Disk: [https://pan.baidu.com/s/1vVIlUR6rqjMR8e5XbGIEvg?pwd=jc8i](https://pan.baidu.com/s/1vVIlUR6rqjMR8e5XbGIEvg?pwd=jc8i) **Default Credentials:** - Username: `root` - Password: `123` If you have any questions or need further assistance, please feel free to submit an issue. ![Startup Process](images/startup.png)