From ec2f10ddd6c8bb159ed0d2e2403b2a6fa40af392 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 10 Aug 2022 16:54:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 7a22f91..27d499f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,36 @@ Devuan Linux for Windows users ![Screenshot](assets/screenshot.png) +# TO-DO +- EFI support +- More complex setup + +# How to "build" +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 +wdvn-make output 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 + +3. **Make ISO:** +``` +wdvn-image-iso output myimage.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.