[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 02/14] website: pages: Get GNU Boot: separate install from upg
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 02/14] website: pages: Get GNU Boot: separate install from upgrade. |
Date: |
Sat, 15 Jun 2024 10:34:04 +0200 |
This enables to later on have some separation between the first
installation which typically requires to open the computer or at least
need a special procedure like for I945 ThinkPads, with upgrade
instructions that just require to run 'flashrom -p internal -w
<gnuboot-image>'.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
ChangeLog:
- New commit, splited from "website: pages: unify Download, Install
and Buy preinstalled.".
---
website/pages/docs/install/index.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/website/pages/docs/install/index.md
b/website/pages/docs/install/index.md
index e68cfd0..407ead2 100644
--- a/website/pages/docs/install/index.md
+++ b/website/pages/docs/install/index.md
@@ -30,6 +30,12 @@ project](../../contact.md): we are looking for information
on the
product being sold (flash chip size, customization, etc) to best
support them.
+Upgrade yourself from an existing installation
+==============================================
+
+There is [general purpose documentation](install.md) for technical
+users that can help you upgrade to a newer GNU Boot version.
+
Installation
============
--
2.45.1
- [PATCH v2 00/14] More website content patches., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 01/14] website: pages: Create new 'Get GNU Boot' landing page., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 05/14] website: status: clarify what kind of T60 are supported., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 02/14] website: pages: Get GNU Boot: separate install from upgrade.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 04/14] website: status: update Spanish translation., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 06/14] website: status: Fix ThinkPad spelling., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 08/14] website: docs: install: flashrom: document I/O port access., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 07/14] website: docs: install: flashrom: add support for BSD., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 03/14] website: pages: Get GNU Boot: add section about install parties., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 10/14] website: main page: clarify that GNU Boot is a distribution., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 13/14] automake: add i945-thinkpads-install-utilities-help target., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 11/14] website: status: mention upgrade instructions., Denis 'GNUtoo' Carikli, 2024/06/15