Signed-off-by: Adolf Belka <[email protected]>
---
config/rootfiles/core/200/update.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/rootfiles/core/200/update.sh
b/config/rootfiles/core/200/update.sh
index 40e07cc8d..b9a1e14f0 100644
--- a/config/rootfiles/core/200/update.sh
+++ b/config/rootfiles/core/200/update.sh
@@ -71,6 +71,10 @@ if [ $BOOTSIZE -lt 100000 ]; then
exit_with_error "ERROR cannot update. BOOT partition is to small." 3
fi
+# Check if reiser filesystem is used
+if [ `/bin/grep -c "reiserfs" /proc/self/mounts` > 0 ]; then
+ exit_with_error "ERROR cannot update because reiserfs no longer
supported by kernel." 4
+
# Remove the old kernel
rm -rvf \
/boot/System.map-* \
--
2.52.0