From ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66 Mon Sep 17 00:00:00 2001
From: Leah Rowe
@@ -834,17 +824,14 @@
Added all gcry_* modules to grub (luks/cryptomount): gcry_arcfour gcry_camellia gcry_crc gcry_dsa gcry_md4 gcry_rfc2268 gcry_rmd160 gcry_seed gcry_sha1 gcry_sha512 gcry_twofish gcry_blowfish gcry_cast5 gcry_des gcry_idea gcry_md5 gcry_rijndael gcry_rsa gcry_serpent gcry_sha256 gcry_tiger gcry_whirlpool
diff --git a/docs/future/old.html b/docs/future/old.html
index 4988fff5..2570a219 100644
--- a/docs/future/old.html
+++ b/docs/future/old.html
@@ -182,19 +182,19 @@
see this IRC log (warning, not cleaned up)
- Here is some debugging output using intel_gpu_tools v1.2-1 (from trisquel repositories) using tool "intel_gtt": + Here is some debugging output using intel_gpu_tools v1.2-1 (from apt-get repositories) using tool "intel_gtt":
- For Debian Stretch (may also work on Debian Jessie, or Trisquel), you can run the following command:
+ For Debian Stretch (may also work on Debian Jessie), you can run the following command:
$ sudo ./build dependencies debian
@@ -323,7 +323,7 @@
- This is only confirmed to work (tested) in Debian Stretch and Trisquel 7. Parabola *fails* at this stage + This is only confirmed to work (tested) in Debian Stretch. Parabola *fails* at this stage (for now). For all other distros, YMMV.
diff --git a/docs/gnulinux/encrypted_debian.html b/docs/gnulinux/encrypted_debian.html index 64f4668d..a9ce08b8 100644 --- a/docs/gnulinux/encrypted_debian.html +++ b/docs/gnulinux/encrypted_debian.html @@ -8,12 +8,12 @@ @import url('../css/main.css'); -The libreboot project recommends Debian, because it is more stable and up to date, while still being entirely free software by default. Leah Rowe, libreboot's @@ -37,10 +37,25 @@ access to the system.
- This guide is written for Debian.
- This also works in Trisquel 7 (probably Trisquel 8), and probably Trisquel 6. Boot the 'net installer' (Install Trisquel in Text Mode).
- How to boot a GNU/Linux installer.
+ This guide is written for Debian net installer. You can download the ISO from the homepage on
+ debian.org.
+ Use this on the GRUB terminal to boot it from USB (for 64-bit Intel or AMD):
+
+ set root='usb0'
+ linux /install.amd/vmlinuz
+ initrd /install.amd/initrd.gz
+ boot
+ If you are on a 32-bit system (e.g. X60):
+ set root='usb0'
+ linux /install.386/vmlinuz
+ initrd /install.386/initrd.gz
+ boot
+
+ This guide shows how to + create a boot USB drive with the Debian ISO image. +
This guide is *only* for the GRUB payload. If you use the depthcharge payload, ignore this section entirely.
@@ -188,22 +203,12 @@- Choose "Trisquel Desktop Environment" if you want GNOME, - "Trisquel-mini Desktop Environment" if you - want LXDE or "Triskel Desktop Environment" if you want KDE. - If you want to have no desktop (just a basic shell) - when you boot or if you want to create your own custom setup, then choose nothing here (don't select anything). - You might also want to choose some of the other package groups; it's up to you. -
For Debian, use the MATE option, or one of the others if you want. -
-- On Debian or Trisquel, you may also want to select the option for a printer server, - so that you can print. + The libreboot project recommends MATE, unless you're saavy enough to choose something + else.
If you want debian-testing, then you should only select barebones options here diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index acede631..38aca2fa 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -23,7 +23,7 @@
Tip: don't use the official net install image. Download the full GNOME ISO (the ~1.5GiB one). @@ -153,10 +153,12 @@
- For Trisquel (and other debian-based distros), there are typically menuentries listed in + For Debian (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.
@@ -207,13 +209,13 @@
When using the ROM images that use coreboot's "text mode" instead of the coreboot framebuffer,
- booting the Trisquel net installer results in graphical corruption because it is trying to switch to a framebuffer which doesn't
+ booting the Debian 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
- Tested in Trisquel 6 (and 7). This forces debian-installer to start in text-mode, instead of trying to switch to a framebuffer. + This forces debian-installer to start in text-mode, instead of trying to switch to a framebuffer.
diff --git a/docs/gnulinux/index.html b/docs/gnulinux/index.html index eb1493d7..830b7816 100644 --- a/docs/gnulinux/index.html +++ b/docs/gnulinux/index.html @@ -35,7 +35,7 @@
Specifically, the version that I chose was the latest at the time of writing (Saturday 21 June 2014): this one
-This is a free font that is also contained in GNU/Linux distributions like Debian, Trisquel or Parabola.
+This is a free font that is also contained in GNU/Linux distributions like Debian or Parabola.
$ cd libreboot_src/grub
compile grub (the build scripts info on how to do this)
diff --git a/docs/hardware/t60_security.html b/docs/hardware/t60_security.html
index 0974756d..1d8ad371 100644
--- a/docs/hardware/t60_security.html
+++ b/docs/hardware/t60_security.html
@@ -387,7 +387,7 @@
Further reading material (software security)
- You need to set a custom MAC address in GNU/Linux for the NIC to work. In /etc/network/interfaces on debian-based systems like Debian or Trisquel,
+ You need to set a custom MAC address in GNU/Linux for the NIC to work. In /etc/network/interfaces on debian-based systems like Debian,
this would be in the entry for your NIC:
hwaddress ether macaddressgoeshere
A user submitted a utility to enable 3-finger tap on this laptop. It's available at resources/utilities/macbook21-three-finger-tap in - the libreboot git repository. The script is for GNOME, confirmed to - work in Trisquel 7. It may also work in Debian, but this is unknown. + the libreboot git repository.
diff --git a/docs/install/x60_unbrick.html b/docs/install/x60_unbrick.html index 2f789a2f..5a7c5f66 100644 --- a/docs/install/x60_unbrick.html +++ b/docs/install/x60_unbrick.html @@ -256,11 +256,11 @@ POMONA 5250:
- Trisquel live USB menu (using the GRUB ISOLINUX parser):
+ Live USB menu (using the GRUB ISOLINUX parser):
- Trisquel live desktop:
+ Operating system:
- The following guide is for Ubuntu, and can be followed for Trisquel 6.0 which is based on Ubuntu 12.04
- (should also work in Trisquel 7, based on Ubuntu 14.04) to enable a serial console using GeTTY:
+ The following guide is for Ubuntu, but it should work in Debian, to enable a serial console using GeTTY:
https://help.ubuntu.com/community/SerialConsoleHowto
+ (we DO NOT recommend Ubuntu, because it contains non-free software in the default repos. Use Debian)
Note: part of the tutorial above requires changing your grub.cfg. Just change the linux line to add instructions for enabling getty. @@ -250,7 +250,7 @@ WantedBy=multi-user.target Or look in /sys/class/drm/card0-LVDS-1/edid
- Alternatively you can use i2cdump. In Trisquel, this is in the package i2c-tools.
+ Alternatively you can use i2cdump. In Debian, this is in the package i2c-tools.
$ sudo modprobe i2c-dev
$ sudo i2cdump -y 5 0x50 (you might have to change the value for -y)
$ sudo rmmod i2c-dev
diff --git a/docs/release.html b/docs/release.html
index a5444790..69af0d4c 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -246,7 +246,7 @@ Libreboot now uses the grub.cfg provided by the installed GNU/Linux distribution
(also on LVM volumes and encrypted volumes). This should make libreboot more easy to use for non-technical users, without having to modify the GRUB configuration used in libreboot.
-Utilities archives is now source only. You will need to compile the packages in there (build scripts included, and a script for installing build dependencies in Trisquel 7). (binary utility archives are planned again in the next release, when the new build system is merged) +Utilities archives is now source only. You will need to compile the packages in there (build scripts included, and a script for installing build dependencies). (binary utility archives are planned again in the next release, when the new build system is merged)
SeaGRUB is now the default payload on all x86 boards. (SeaBIOS configured to load a compressed GRUB payload from CBFS immediately, without providing an interface in SeaBIOS. This way, GRUB is still used but now BIOS services are available, so you get the best of both worlds). Thanks go to Timothy Pearson of coreboot for this idea.
diff --git a/resources/scripts/helpers/build/dependencies/debian b/resources/scripts/helpers/build/dependencies/debian
index 2e47371c..e5af8bab 100755
--- a/resources/scripts/helpers/build/dependencies/debian
+++ b/resources/scripts/helpers/build/dependencies/debian
@@ -1,6 +1,6 @@
#!/bin/bash
-# for_trisquel7 script: installs build dependencies for Trisquel 7
+# script: installs build dependencies for Debian
#
# Copyright (C) 2014, 2015 Leah Rowe