2022-08-10 00:00:49 +00:00
# windvn
2022-05-10 10:44:25 +00:00
2022-05-10 22:01:00 +00:00
Devuan Linux for Windows users
2022-08-10 17:02:13 +00:00
< a href = "assets/screenshot.png" target = "_blank" > < img src = "assets/screenshot.png" width = "360" title = "Screenshot" > < / a >
2022-05-10 10:57:46 +00:00
2022-08-10 16:54:33 +00:00
# TO-DO
- More complex setup
# How to "build"
2022-08-10 17:02:13 +00:00
## Prerequisites
- You need to use Devuan or windvn
2022-08-15 06:31:02 +00:00
- `apt install debootstrap grub-common grub-pc-bin grub-efi-ia32-bin grub-efi-amd64-bin mtools squashfs-tools xorriso`
2022-08-10 17:02:13 +00:00
---
2022-08-10 16:54:33 +00:00
1. **Get into the windvn environment:**
```
windvn$ sudo bash
windvn# source shell
windvn-i386_chimaera_2022.08.10-18.38.01:windvn>
```
2. **Make chroot:**
```
# By default, windvn builds in 32-bit. If you want 64-bit, run:
# source wdvn-env-amd64
2022-09-22 08:22:34 +00:00
wdvn-make "$(wdvn-name)" base hardware hardware-proprietary graphical graphical-xfce4 live finish
2022-08-10 16:54:33 +00:00
```
You can get rid of the following components, if you don't wish for them:
2022-08-10 17:06:17 +00:00
- *Proprietary hardware support:* hardware-proprietary
- *Boot support (chroot only):* hardware, hardware-proprietary, live
- *ISO support:* live
2022-08-19 04:42:16 +00:00
- *Graphical desktop:* graphical, graphical-xfce4
2022-08-19 04:41:22 +00:00
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.
2022-08-10 16:54:33 +00:00
3. **Make ISO:**
```
2022-09-22 08:22:34 +00:00
wdvn-image-iso "$(wdvn-name)" "$(wdvn-name).iso"
2022-08-10 16:54:33 +00:00
```
You can now put that ISO on a DVD (CD if you configured it small enough) or USB.
2022-05-10 10:57:46 +00:00
# Notice
This project is not affiliated with Devuan.
2022-05-10 22:01:00 +00:00
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.