summaryrefslogtreecommitdiff
path: root/utils/nwztools/scripts/install_dualboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/scripts/install_dualboot.sh')
-rw-r--r--utils/nwztools/scripts/install_dualboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/nwztools/scripts/install_dualboot.sh b/utils/nwztools/scripts/install_dualboot.sh
index 08c24b7b5f..c134929312 100644
--- a/utils/nwztools/scripts/install_dualboot.sh
+++ b/utils/nwztools/scripts/install_dualboot.sh
@@ -49,9 +49,9 @@ if [ "$?" != 0 ]; then
49 exit 0 49 exit 0
50fi 50fi
51 51
52# NOTE some platforms use ext3 and some ext4 with a custom mount program 52# NOTE some platforms use ext4 with a custom mount program
53# (/usr/local/bin/icx_mount.ext4), some probably use an mtd too 53# (/usr/local/bin/icx_mount.ext4), some probably use an mtd too
54mount -t ext2 $COMMON_ROOTFS_PARTITION $ROOTFS_TMP_DIR 54mount -t ext3 $COMMON_ROOTFS_PARTITION $ROOTFS_TMP_DIR
55if [ "$?" != 0 ]; then 55if [ "$?" != 0 ]; then
56 lcdmsg -f /usr/local/bin/font_08x12.bmp -l 0,15 "ERROR: mount failed" 56 lcdmsg -f /usr/local/bin/font_08x12.bmp -l 0,15 "ERROR: mount failed"
57 sleep 3 57 sleep 3