From 3e60d821488653f3d5028f4a0706622c0ce037de Mon Sep 17 00:00:00 2001 From: Fierelier Date: Mon, 26 Sep 2022 18:14:30 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de82b67..ee22cac 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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 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, 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. 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.