OSDN Git Service

1-install: we support ext4 now
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 5 Oct 2015 15:50:34 +0000 (23:50 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 5 Oct 2015 15:50:34 +0000 (23:50 +0800)
install/scripts/1-install

index 7e6df4a..0313bce 100644 (file)
@@ -121,7 +121,6 @@ format_fs()
        choose "Choose filesystem" "Please select a filesystem to format $1:"
        case "$choice" in
                ext4)
-                       dialog --title " Notice " --msgbox "\nAndroid-x86 bootloader can't support booting from ext4. You need to install a bootloader supporting ext4 manually, e.g., grub2." 9 49
                        cmd="make_ext4fs -L"
                        ;;
                ext3)
@@ -268,7 +267,7 @@ install_to()
        cmdline=`sed "s|\(initrd.*img\s*\)||; s|quiet\s*||; s|\(vga=\w\+\?\s*\)||; s|\(DPI=\w\+\?\s*\)||; s|\(INSTALL=\w\+\?\s*\)||; s|\(SRC=\S\+\?\s*\)||; s|\(DEBUG=\w\+\?\s*\)||; s|\(BOOT_IMAGE=\S\+\?\s*\)||" /proc/cmdline`
 
        asrc=android-$VER
-       [ "$fs" != "ext4" ] && dialog --title " Confirm " --no-label Skip --defaultno --yesno \
+       dialog --title " Confirm " --no-label Skip --defaultno --yesno \
                "\n Do you want to install boot loader GRUB?" 7 47
        if [ $? -eq 0 ]; then
                cp -af /grub /hd