From ec6f90a90fed3e3bdf841d56a3f9ded7ae7b3f66 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 12 Oct 2016 15:23:14 +0100 Subject: Delete all references to Trisquel in the documentation --- RELEASE | 4 +-- docs/archive_old.html | 19 ---------- docs/future/dumps/grub.cfg | 2 +- docs/future/dumps/kernel312_irc | 1 - docs/future/index.html | 1 - docs/future/old.html | 6 ++-- docs/git/index.html | 4 +-- docs/gnulinux/encrypted_debian.html | 41 ++++++++++++---------- docs/gnulinux/grub_boot_installer.html | 14 ++++---- docs/gnulinux/index.html | 2 +- docs/grub/index.html | 2 +- docs/hardware/t60_security.html | 2 +- docs/hardware/x60_security.html | 2 +- docs/hcl/ga-g41m-es2l.html | 2 +- docs/hcl/index.html | 3 +- docs/install/x60_unbrick.html | 4 +-- docs/misc/index.html | 10 +++--- docs/release.html | 2 +- .../scripts/helpers/build/dependencies/debian | 2 +- .../scripts/helpers/build/dependencies/parabola | 2 +- resources/scripts/helpers/build/release/tobuild | 2 +- resources/scripts/helpers/build/release/util | 2 +- resources/scripts/misc/powertop.debian | 4 +-- .../utilities/macbook21-three-finger-tap/README | 2 -- 24 files changed, 59 insertions(+), 76 deletions(-) diff --git a/RELEASE b/RELEASE index 43555dd1..41e3efdf 100644 --- a/RELEASE +++ b/RELEASE @@ -73,8 +73,8 @@ 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 +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 diff --git a/docs/archive_old.html b/docs/archive_old.html index 63bf6187..70eff88a 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -192,7 +192,6 @@
  • docs/hcl/gm45_remove_me.html: prioritize changing mac address
  • docs/hcl/gm45_remove_me.html: less confusing notes about ich9gen
  • build/dependencies/parabola: Add dependencies for x86_64
  • -
  • Move parabola/trisquel dependency scripts to scripts/helpers/build
  • scripts/dependencies/paraboladependencies: build dependencies (32-bit Parabola)
  • New board: ThinkPad T500
  • Add diffs for descriptor/gbe differences between T500 and X200
  • @@ -293,8 +292,6 @@
  • Moved the get scripts to resources/scripts/helpers/download/
  • build-release: Remove the powertop entries
  • -
  • Moved powertop.trisquel7 to resources/scripts/misc/
  • -
  • Deleted the powertop.trisquel6 script (Trisquel 6 is obsolete)
  • Documentation: general improvements to the flashing instructions
  • Merged all flashing scripts into a single script
  • Updated GRUB
  • @@ -481,7 +478,6 @@
  • Documentation: general cleanup.
  • builddeps-flashrom: reduce build commands to a single for loop
  • scripts (all): replace unnecessary rm -Rf with rm -f
  • -
  • powertop.trisquel7: remove sudo (script already checks if the user is root)
  • docs/release.html: add lenovo g505s to the list of candidates
  • .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xz
  • @@ -491,11 +487,6 @@ or build from source anymore.
  • -
  • deps-trisquel: Add binutils-source
  • -
  • powertop.trisquel7 (new): Setup powertop on trisquel 7
  • -
  • deps-trisquel,flash,lenovobios_firstflash,lenovobios_secondflash,macbook21_firstflash - x60flashfrom5,powertop.trisquel6: check if user is root
  • -
  • deps-trisquel: Make GRUB build on in Trisquel 7 x86_64. (cross compile dependencies. fixes build error in GRUB)
  • deps-parabola (removed) Remove Parabola dependencies script. Will re-add later (properly tested)
  • grub.cfg: Add more path checks to isolinux parser (more ISOs should work now)
  • Update SeaBIOS
  • @@ -553,7 +544,6 @@
  • docs/gnulinux/grub_cbfs.html Major cleanup. Usability improvements.
  • -
  • hocs/gnulinux/encrypted_trisquel.html: Fixed mistakes/typos. General improvements
  • flash (flashrom script): remove boardmismatch=force
  • -
  • Removed 'sudo' from builddeb, builddeb-flashrom, powertop.trisquel6 and builddeb-bucts scripts (assuming that the user has it is a really bad idea).
  • 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
  • Added GNUtoo's list of GRUB modules (includes all of the gcry_* modules above), cryptomount should be working now.
  • Removed builddeb-bucts and builddeb-flashrom, merged them with builddeb (index.html updated accordingly)
  • Removed buildpac-bucts and buildpac-flashrom, merged them with buildpac (index.html updated accordingly)
  • -
  • Renamed builddeb to deps-trisquel (index.html updated accordingly)
  • Renamed buildpac to deps-parabola (index.html updated accordingly)
  • Documentation: removed all parts talking about build dependencies, replaced them with links to index.html#build_dependencies
  • Documentation: emphasized more strongly on the documentation, the need to re-build bucts and/or flashrom before flashing a ROM image.
  • build-release: flashrom, nvramtool, cbfstool and bucts are no longer provided pre-compiled in binary archives, and are now in source form only. (to maximize distro compatibility).
  • -
  • Documentation: added gnulinux/encrypted_trisquel.html showing how to setup a fully encrypted Trisquel installation (including /boot) and boot it from the GRUB payload.
  • 'build' script: replaced grub.elf assembly instructons, it is now handled by a utility added under resources/utilities/grub-assemble
  • Moved resources/grub/keymap to resources/utilities/grub-assemble/keymap, and updated that utility to use it
  • Documentation: removed useless links to pictures of keyboard layouts and unmodified layouts.
  • @@ -876,10 +863,6 @@ -
  • - Documentation: added note about 'fb=false' workaround for text-mode debian-installer (Trisquel net install) to - gnulinux/grub_boot_installer.html -
  • Documentation: updated gnulinux/grub_cbfs.html to make it safer (and easier) to follow.
  • @@ -1281,8 +1264,6 @@
  • tidied up the menu entries in GRUB
  • tidied up the root directory of X60_source/, sorted more files into subdirectories
  • -
  • added 'pkg-config' to the list of dependencies for building powertop on Trisquel
  • -
  • wrote a script (powertop.trisquel6) to automatically setup Powertop to run at boot time (for Trisquel 6 users)
  • improved the commenting inside the 'build' script (should make modifying it easier)
  • Renamed X60_binary.tar.gz and X60_source.tar.gz to libreboot_bin.tar.gz and libreboot_src.tar.gz, respectively.
  • Replaced "GNU GRUB version" with "FREE AS IN FREEDOM" on GNU GRUB start screen.
  • diff --git a/docs/future/dumps/grub.cfg b/docs/future/dumps/grub.cfg index ddc56069..5bd1a50b 100644 --- a/docs/future/dumps/grub.cfg +++ b/docs/future/dumps/grub.cfg @@ -2,7 +2,7 @@ set default="0" set timeout=1 set pager=1 -menuentry 'Trisquel GNU/Linux with linux-libre 3.14.4' { +menuentry 'GNU/Linux with linux-libre 3.14.4' { linux (ahci0,1)/boot/vmlinuz-3.14.4-gnuowen root=/dev/sda1 processor.max_cstate=2 drm.debug=0x06 console=tty0 console=ttyS0,115200n8 initrd (ahci0,1)/boot/initrd.img-3.14.4-gnuowen } diff --git a/docs/future/dumps/kernel312_irc b/docs/future/dumps/kernel312_irc index c5d7af32..81ff687c 100644 --- a/docs/future/dumps/kernel312_irc +++ b/docs/future/dumps/kernel312_irc @@ -269,7 +269,6 @@ PaulePanter: vimuser: Yes. Please. vimuser: For you record: vimuser: $ uname -r vimuser: 3.2.0-56-generic-pae -vimuser: distro: trisquel 6 vimuser: PaulePanter: http://paste.debian.net/101404/ PaulePanter linked to this: diff --git a/docs/future/index.html b/docs/future/index.html index d661044b..91952257 100644 --- a/docs/future/index.html +++ b/docs/future/index.html @@ -510,7 +510,6 @@ f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ 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 @@

    - 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":

    -
  • Installing Debian or Trisquel GNU/Linux-libre with full disk encryption (including /boot)
  • +
  • Installing Debian GNU/Linux-libre with full disk encryption (including /boot)
  • diff --git a/docs/grub/index.html b/docs/grub/index.html index 6e757abc..a7256475 100644 --- a/docs/grub/index.html +++ b/docs/grub/index.html @@ -65,7 +65,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)

    diff --git a/docs/hardware/x60_security.html b/docs/hardware/x60_security.html index 49f07f7c..0ab1cd5e 100644 --- a/docs/hardware/x60_security.html +++ b/docs/hardware/x60_security.html @@ -247,7 +247,7 @@ Further reading material (software security) diff --git a/docs/hcl/ga-g41m-es2l.html b/docs/hcl/ga-g41m-es2l.html index 4ab12e0b..03ec459c 100644 --- a/docs/hcl/ga-g41m-es2l.html +++ b/docs/hcl/ga-g41m-es2l.html @@ -29,7 +29,7 @@ NOTE: This board is unsupported in libreboot 20150518. To use it in libreboot, for now, you must build for it from source using the libreboot git repository.

    - 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

    diff --git a/docs/hcl/index.html b/docs/hcl/index.html index c5f07d13..d29b6260 100644 --- a/docs/hcl/index.html +++ b/docs/hcl/index.html @@ -622,8 +622,7 @@ EndSection

    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.

    Back to top of page.

    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:

    diff --git a/docs/misc/index.html b/docs/misc/index.html index d75a78c8..97b32576 100644 --- a/docs/misc/index.html +++ b/docs/misc/index.html @@ -19,7 +19,7 @@ Or Back to main index.