Update docs

This commit is contained in:
Fierelier 2022-09-26 18:40:51 +02:00
parent 05b4cbda23
commit 7fa939db19

View File

@ -19,19 +19,23 @@ Fat ISOs have a full live environment. The desktop environment can be started by
- You need to use Devuan or windvn
- `apt install git debootstrap grub-common grub-pc-bin grub-efi-ia32-bin grub-efi-amd64-bin mtools squashfs-tools xorriso`
---
1. **Clone Git repository:**
```
Documents$ git clone https://git.lumen.sh/Fierelier/windvn
```
1. **Get into the windvn environment:**
2. **Get into the windvn environment:**
```
Documents$ cd windvn
windvn$ sudo bash
windvn# source shell
windvn-i386_chimaera_2022.08.10-18.38.01:windvn>
```
You need to be in a bash shell for this, the environment expects one.
2. **Make chroot:**
You need to be in a bash shell for this, the environment expects one.
3. **Make chroot:**
```
# By default, windvn builds in 32-bit. If you want 64-bit, run:
# source wdvn-env-amd64
@ -51,7 +55,7 @@ You can change how packages are integrated, by using these commands before doing
- `export WDVN_ONLINE=1` - Installs the most necessary packages, the other packages have to be downloaded from the internet once the OS is installed. This makes the smallest ISO, but also takes the longest to install.
- `export WDVN_FAT=1` - Installs all packages right away, instead of only downloading them. Makes the largest but also the fastest image.
3. **Make ISO:**
4. **Make ISO:**
```
wdvn-image-iso "$(wdvn-name)" "$(wdvn-name).iso"
```