]> git.ipfire.org Git - ipfire-2.x.git/commit
installer: Remove support for ReiserFS
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Mar 2022 18:37:32 +0000 (18:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Mar 2022 10:43:03 +0000 (10:43 +0000)
commite2617fc054a8eb2d6aa11b97d3f4eb987ddedc99
tree4f3bd06a33935e0e83d74a88a9a003a54302c0f7
parentd435669f81d0ebbd8d04ad0c6d3674e14b84755d
installer: Remove support for ReiserFS

https://lore.kernel.org/lkml/YhIwUEpymVzmytdp@casper.infradead.org/

ReiserFS is an old file system which has not been actively maintained in
the Linux kernel for a long time. It is potentially going to be removed
soon which is why we shouldn't encourage people to create new
installations with ReiserFS any more.

This patch removes support for ReiserFS from the installer.

We should keep it enabled in the kernel for as long as it is available,
but we will have to encourage users potentially to re-install on a
different file system.

Since ReiserFS isn't very popular any more, I don't think that there
will be many users left.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/installer/dracut-module/module-setup.sh
src/installer/hw.c
src/installer/hw.h
src/installer/main.c