[Lunar-commits] <lunar-iso> Ext4 is now default option

Stefan Wold ratler at lunar-linux.org
Sun Aug 22 09:25:46 CEST 2010


commit fa5577ad0b89d1d19aa83ebad581678ec7200f86
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Aug 22 09:25:46 2010 +0200

    Ext4 is now default option
---
 lunar-install/sbin/lunar-install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lunar-install/sbin/lunar-install b/lunar-install/sbin/lunar-install
index 31194a3..d306b20 100755
--- a/lunar-install/sbin/lunar-install
+++ b/lunar-install/sbin/lunar-install
@@ -398,7 +398,7 @@ menu_get_filesystem()
 	JFS="JFS file system (*)"
 	SWAP="Swap (Virtual memory or paging filesystem)"
 
-	$DIALOG --title "$TITLE" --default-item "ext3" --menu "$HELP" 0 0 0 \
+	$DIALOG --title "$TITLE" --default-item "ext4" --menu "$HELP" 0 0 0 \
 	           "ext4"      "$EXT4"    \
 		   "ext3"      "$EXT3"    \
 		   "ext2"      "$EXT2"    \


More information about the Lunar-commits mailing list