Update README.md
This commit is contained in:
parent
91df1d1404
commit
ef62f1758a
@ -3,9 +3,6 @@
|
||||
Devuan Linux for Windows users
|
||||
<a href="//git.lumen.sh/Fierelier/windvn/raw/branch/master/assets/screenshot.png" target="_blank"><img src="assets/screenshot.png" width="360" title="Screenshot"></a>
|
||||
|
||||
# TO-DO
|
||||
- More complex setup
|
||||
|
||||
# Download (2022.11.07-22.26.05)
|
||||
These ISOs ship with proprietary firmware.
|
||||
- [i686 Legacy (128MB+ RAM, slim ISO)](https://fier.me/temp/windvn-i386_chimaera_2022.11.07-22.26.05_legacy_proprietary.iso)
|
||||
@ -51,11 +48,11 @@ You can get rid of the following components, if you don't wish for them:
|
||||
|
||||
If you want to use a system with less than 256MB of RAM (minimum 128MB), add legacy after finish. This will make the ISO unbootable on most media but for CD/DVD.
|
||||
|
||||
By default, only important packages required for installing the distro are installed, and additional packages related to other things like the GUI are only downloaded, and installed in OOBE (post-installation). This is to reduce the build times of ISOs, a smaller squashfs image, and reduces the RAM overhead of the installation environment, as the file-table of the squashfs is smaller. However, this also makes repeated deployment much slower.
|
||||
By default, only important packages required for installing the distro are installed, and additional packages related to other things like the GUI are only downloaded, and installed in OOBE (post-installation). This is to reduce the build times of ISOs, reduce squashfs image size, and reduce the RAM overhead of the installation environment, as the file-table of the squashfs is smaller. However, this also makes repeated deployment much slower.
|
||||
|
||||
You can change how packages are integrated, by using these commands before doing `wdvn-make`:
|
||||
- `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.
|
||||
- `export WDVN_FAT=1` - Installs all packages right away, instead of only downloading them. Makes the largest but also the fastest image. This also makes it possible to start a graphical environment on the live media.
|
||||
|
||||
4. **Make ISO:**
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user