[maemo-commits] [maemo-commits] r16809 - projects/haf/trunk/ke-recv/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Nov 28 18:43:41 EET 2008
Author: kihamala
Date: 2008-11-28 18:43:40 +0200 (Fri, 28 Nov 2008)
New Revision: 16809

Modified:
   projects/haf/trunk/ke-recv/src/fremantle-partition-internal-memory-card.sh
   projects/haf/trunk/ke-recv/src/ke-recv-test.c
Log:
add some partition majickx


Modified: projects/haf/trunk/ke-recv/src/fremantle-partition-internal-memory-card.sh
===================================================================
--- projects/haf/trunk/ke-recv/src/fremantle-partition-internal-memory-card.sh	2008-11-28 16:25:07 UTC (rev 16808)
+++ projects/haf/trunk/ke-recv/src/fremantle-partition-internal-memory-card.sh	2008-11-28 16:43:40 UTC (rev 16809)
@@ -26,6 +26,9 @@
 
 /etc/init.d/ke-recv stop
 umount $1
+umount ${1}p1
+umount ${1}p2
+umount ${1}p3
 
 sfdisk -D -uM $1 << EOF
 ,512,S

Modified: projects/haf/trunk/ke-recv/src/ke-recv-test.c
===================================================================
--- projects/haf/trunk/ke-recv/src/ke-recv-test.c	2008-11-28 16:25:07 UTC (rev 16808)
+++ projects/haf/trunk/ke-recv/src/ke-recv-test.c	2008-11-28 16:43:40 UTC (rev 16809)
@@ -26,7 +26,7 @@
 #include "ke-recv.h"
 #include <stdio.h>
 
-#define INT_DEV "/dev/mmcblk0p1"
+#define INT_DEV "/dev/mmcblk0p3"
 #define EXT_DEV "/dev/mmcblk1p1"
 
 static DBusConnection *ses_conn = NULL;


More information about the maemo-commits mailing list