Update README.md
This commit is contained in:
parent
1b1dd69e9a
commit
12f31f8cc5
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
This repo contain scripts to automate multilib LFS build + livecd. This LFS build is using [CRUX](https://crux.nu)'s pkgutils for managing packages and initramfs generator from [Venom Linux](https://venomlinux.org) for livecd initramfs.
|
This repo contain scripts to automate multilib LFS build + livecd. This LFS build is using [CRUX](https://crux.nu)'s pkgutils for managing packages and initramfs generator from [Venom Linux](https://venomlinux.org) for livecd initramfs.
|
||||||
|
|
||||||
#### Requirements
|
### Requirements
|
||||||
|
|
||||||
* sudo
|
* sudo
|
||||||
* wget
|
* wget
|
||||||
* passes lfs version-check.sh test
|
* passes lfs version-check.sh test
|
||||||
* squashfs-tools & libisoburn (optional to create the livecd iso)
|
* squashfs-tools & libisoburn (optional to create the livecd iso)
|
||||||
|
|
||||||
#### scripts
|
### Scripts
|
||||||
|
|
||||||
* 01-toolchain
|
* 01-toolchain
|
||||||
- toolchain script to build base lfs (required)
|
- toolchain script to build base lfs (required)
|
||||||
|
@ -38,7 +38,7 @@ This repo contain scripts to automate multilib LFS build + livecd. This LFS buil
|
||||||
* version-check.sh
|
* version-check.sh
|
||||||
- script to check utilities requirements to build lfs
|
- script to check utilities requirements to build lfs
|
||||||
|
|
||||||
#### Step
|
### Step
|
||||||
|
|
||||||
Basically you just need to run all those 3 scripts without other command to get LFS system built including live ISO. You can run:
|
Basically you just need to run all those 3 scripts without other command to get LFS system built including live ISO. You can run:
|
||||||
```
|
```
|
||||||
|
@ -57,7 +57,7 @@ $ ./01-toolchain && sudo ./02-base && sudo ./03-mkiso
|
||||||
- Then you should have working LFS system now.
|
- Then you should have working LFS system now.
|
||||||
- Reboot to test it out.
|
- Reboot to test it out.
|
||||||
|
|
||||||
#### Host livecd distro
|
### Tested host
|
||||||
|
|
||||||
- [Artix Linux](https://artixlinux.org/) - require base-devel and wget
|
- [Artix Linux](https://artixlinux.org/) - require base-devel and wget
|
||||||
- [Arya Linux](https://aryalinux.info/) (live environment)
|
- [Arya Linux](https://aryalinux.info/) (live environment)
|
||||||
|
|
Loading…
Add table
Reference in a new issue