mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
index.cgi: Add warning about reiserfs deprecation and removal if reiserfs used
- Reiserfs was stopped in IPFire in Core Update 167. It has been announced that reiserfs will be removed from the kernel in 2025. - This patch gives a warning about this deprecation and removal if reiserfs is used. The warning also requests that the user does a re-installation using either ext4 or xfs filesystems. - Tested out on a vm installation with reiserfs, ext4 and xfs. Messgae shown on system with reiserfs filesystem but nopt on the other two. - Warning message added into the English language file and ./make.sh lang run. Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
5cfccb2c8c
commit
9149276b65
@@ -1125,6 +1125,8 @@ WARNING: untranslated string: ptr = PTR
|
||||
WARNING: untranslated string: reboot fsck = Reboot & run ‘fsck’
|
||||
WARNING: untranslated string: rebooting ipfire fsck = Rebooting IPFire, forcing filesystem check
|
||||
WARNING: untranslated string: received = Received
|
||||
WARNING: untranslated string: reiserfs warning1 = Reiserfs is deprecated and scheduled to be removed from the kernel in 2025.
|
||||
WARNING: untranslated string: reiserfs warning2 = Ensure a fresh installation is made using either ext4 or xfs filesystems before that date.
|
||||
WARNING: untranslated string: release = Release
|
||||
WARNING: untranslated string: required = Required
|
||||
WARNING: untranslated string: retbleed = Retbleed
|
||||
|
||||
Reference in New Issue
Block a user