From 0dbb18380bd1600d2f25d718dc4c358c9e3ca2f5 Mon Sep 17 00:00:00 2001 From: "quitesimple.org" Date: Tue, 26 Mar 2013 22:34:15 +0100 Subject: [PATCH] Correctly unmount maemo ubifs rootfs --- rescueOS/umount-maemo-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescueOS/umount-maemo-root.sh b/rescueOS/umount-maemo-root.sh index 297d059..31574e1 100755 --- a/rescueOS/umount-maemo-root.sh +++ b/rescueOS/umount-maemo-root.sh @@ -7,5 +7,5 @@ exit; sync umount /mnt/maemo || ermsg -ubidetach -m 5 +ubidetach /dev/ubi_ctrl -d 0 rm /run/maemo-root-mounted