]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Inform users about the eol of i?86
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 28 Nov 2021 15:43:52 +0000 (16:43 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 30 Nov 2021 07:54:46 +0000 (07:54 +0000)
The warning point to a wiki page which is currently in construction.
This should give us the opportunity to add further information for
these users even if we do not provide updates anymore.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/index.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 948fdde5515cad8a7d46721c237968bc788ccbb9..a622323978510b8d191211f1d3c19cf33997a4b3 100644 (file)
@@ -541,10 +541,10 @@ if ( ! -e "/var/ipfire/main/send_profile") {
        $warnmessage .= "<li><a style='color: white;' href='fireinfo.cgi'>$Lang::tr{'fireinfo please enable'}</a></li>";
 }
 
-# Legacy architecture
+# EOL architecture
 my ($sysname, $nodename, $release, $version, $machine) = &POSIX::uname();
 if ($machine =~ m/^i.86$/) {
-       $warnmessage .= "<li>$Lang::tr{'legacy architecture warning'}</li>";
+       $warnmessage .= "<li href='https://wiki.ipfire.org/hardware/requirements'>$Lang::tr{'eol architecture warning'}</li>";
 }
 
 # Memory usage warning
index e350bc65127b9c0db6af82c924ea47f0e14d241c..c81b28fea62ff2b657ab5ce82098214f81bb85e5 100644 (file)
 'enter data' => 'Geben Sie die Daten ein <br /> und klicken Sie danach auf <i>Speichern</i>.',
 'entropy' => 'Entropie',
 'entropy graphs' => 'Entropiegraphen',
+'eol architecture warning' => 'Sie betreiben ein IPFire System auf einer Architektur, welche nicht mehr unterstützt wird. Sie werden keine Updates mehr erhalten. Das ist ein Sicherheitsrisiko.',
 'err bk 1' => 'Fehler beim Erzeugen des Archivs',
 'err bk 10 password' => 'Fehler beim Datensicherungs-Passwort',
 'err bk 2 key' => 'Fehler beim Erzeugen der Schlüsseldatei',
index 4c05dcf7694b4ad4d39619237abff794ed479499..a92bb07f84b959fab624a362b0c6f9797e399ae0 100644 (file)
 'enter data' => 'Enter your settings <br /> and then press <i>Save</i>.',
 'entropy' => 'Entropy',
 'entropy graphs' => 'Entropy Graphs',
+'eol architecture warning' => 'You are running an architecture of IPFire which reached its end of life. You will not receive updates anymore. This is a security risk.',
 'err bk 1' => 'Error creating archive',
 'err bk 10 password' => 'Error with backup password',
 'err bk 2 key' => 'Error creating key file',