From cad9552bb84e4ee55018da14563775a5b3c6a0c9 Mon Sep 17 00:00:00 2001
From: Leah Rowe
@@ -157,7 +157,7 @@
pacman (package manager) is the name of the package management system in Arch, which Parabola - (as a deblobbed parallel effort) also uses. Like with 'apt-get' on Debian, + (as a deblobbed parallel effort) also uses. Like with 'apt-get' on Debian or Devuan, this can be used to add/remove and update the software on your computer.
diff --git a/docs/gnulinux/encrypted_debian.html b/docs/gnulinux/encrypted_debian.html index c76db8dd..1799eedc 100644 --- a/docs/gnulinux/encrypted_debian.html +++ b/docs/gnulinux/encrypted_debian.html @@ -8,12 +8,16 @@ @import url('../css/main.css'); -
+ This guide is written for the Debian distribution, but it should + also work for Devuan with the net installer. +
Libreboot on x86 uses the GRUB payload by default, which means that the GRUB configuration file diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index fe95b8d4..c5e283cb 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -22,7 +22,7 @@
- Download the Debian net installer. You can download the ISO from the homepage on
- debian.org.
+ Download the Debian or Devuan net installer. You can download the ISO from the homepage on
+ debian.org, or the Devuan homepage for Devuan.
Use this on the GRUB terminal to boot it from USB (for 64-bit Intel or AMD):
set root='usb0'
@@ -202,12 +202,13 @@
- For Debian (and other debian-based distros), there are typically menuentries listed in + For Debian or Devuan (and other debian-based distros), there are typically menuentries listed in /isolinux/txt.cfg or /isolinux/gtk.cfg. For dual-architecture ISO images (i686 and x86_64), there may be separate files/directories for each architecture. Just keep searching through the image, until you find the correct ISOLINUX configuration file. NOTE: Debian 8.6 ISO only lists 32-bit boot options in txt.cfg. This is important if you want - 64-bit booting on your system. + 64-bit booting on your system. Devuan versions based on Debian 8.x may also have the same + issue.
@@ -255,10 +256,10 @@ Use one of the ROM images with vesafb in the filename (uses coreboot framebuffer instead of text-mode).
-
When using the ROM images that use coreboot's "text mode" instead of the coreboot framebuffer,
- booting the Debian net installer results in graphical corruption because it is trying to switch to a framebuffer which doesn't
+ booting the Debian or Devuan net installer results in graphical corruption because it is trying to switch to a framebuffer which doesn't
exist. Use that kernel parameter on the 'linux' line when booting it:
vga=normal fb=false
This workaround was found on the page: https://www.debian.org/releases/stable/i386/ch05s04.html. - It should also work for gNewSense, Debian and any other apt-get distro that provides debian-installer (text mode) net install method. + It should also work for Debian, Devuan and any other apt-get distro that provides debian-installer (text mode) net install method.
diff --git a/docs/gnulinux/index.html b/docs/gnulinux/index.html index 830b7816..ad928a72 100644 --- a/docs/gnulinux/index.html +++ b/docs/gnulinux/index.html @@ -35,7 +35,7 @@