Devuan Linux for Windows users
Go to file
2023-03-28 23:28:54 +02:00
assets Update screenshot 2022-09-26 15:45:26 +02:00
busyrd Add busyrd 2022-08-11 20:12:54 +02:00
modlists Add single-language 2023-03-28 23:28:54 +02:00
mods Add single-language 2023-03-28 23:28:54 +02:00
path Add wdvn-env-i386 2022-11-08 00:34:22 +01:00
.gitignore Exclude output/ 2022-09-14 00:05:49 +02:00
LICENSE First commit 2022-05-10 12:50:10 +02:00
notes Remake 2022-08-10 02:00:49 +02:00
README.md Update README.md 2023-03-05 21:26:03 +01:00
shell Add wdvn-env-i386 2022-11-08 00:34:22 +01:00

windvn

Devuan Linux for Windows users

Download (2022.11.07-22.26.05)

These ISOs ship with proprietary firmware.

Fat ISOs have a full live environment. The desktop environment can be started by going into bash, and typing startx.

How to "build"

Prerequisites

  • 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:
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.

Now either run wdvn-makeall to make the ISOs as listed above, or follow the rest of the guide.

  1. Make chroot:
# By default, windvn builds in 32-bit. If you want 64-bit, run:
# source wdvn-env-amd64
wdvn-make "$(wdvn-name)" base hardware hardware-proprietary graphical graphical-xfce4 live finish

You can get rid of the following components, if you don't wish for them:

  • Proprietary hardware support: hardware-proprietary
  • Boot support (chroot only): hardware, hardware-proprietary, live
  • ISO support: live
  • Graphical desktop: graphical, graphical-xfce4

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, 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. This also makes it possible to start a graphical environment on the live media.
  1. Make ISO:
wdvn-image-iso "$(wdvn-name)" "$(wdvn-name).iso"

You can now put that ISO on a DVD (CD if you configured it small enough) or USB.

Notice

This project is not affiliated with Devuan.

Devuan is a registered trademark of the Dyne.org foundation. Debian is a registered trademark of Software in the Public Interest, Inc. Linux is a registered trademark of Linus Torvalds.