[Lunar-commits] r27020 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Fri Jun 6 20:25:44 CEST 2008
Author: sofar
Date: 2008-06-06 20:25:44 +0200 (Fri, 06 Jun 2008)
New Revision: 27020
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Add reiserfs to warning list.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2008-04-01 21:55:50 UTC (rev 27019)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2008-06-06 18:25:44 UTC (rev 27020)
@@ -714,8 +714,8 @@
fi &&
case "$FSYS" in
- xfs|jfs)
- msgbox "Selecting XFS or JFS for your root and/or boot filesystem *requires* you to compile a kernel later on with XFS or JFS built in to the kernel. The default pre-compiled lunar-linux kernel will NOT work in your case!"
+ xfs|jfs|reiserfs)
+ msgbox "Selecting XFS, JFS or reiserfs for your root and/or boot filesystem *requires* you to compile a kernel later on with XFS, JFS or reiserfs built in to the kernel. The default pre-compiled lunar-linux kernel will NOT work in your case!"
;;
esac
More information about the Lunar-commits
mailing list