[Lunar-commits] r26978 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Wed Nov 28 19:37:54 CET 2007
Author: sofar
Date: 2007-11-28 19:37:53 +0100 (Wed, 28 Nov 2007)
New Revision: 26978
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
XFS and JFS are now built as module so the user *needs* to compile
a kernel in case XFS/JFS was the root partition
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2007-11-28 18:36:53 UTC (rev 26977)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2007-11-28 18:37:53 UTC (rev 26978)
@@ -755,6 +755,12 @@
continue
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!"
+ ;;
+ esac
+
MNTPNT=$(get_mount_point $FSYS) &&
PROMPT="$PART might already be formatted with the $FSYS filesystem and may contain data. Formatting it will destroy all the information on this partition. Are you sure you want to format it?"
More information about the Lunar-commits
mailing list