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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Nov 28 18:24:05 EET 2008
Author: kihamala
Date: 2008-11-28 18:23:59 +0200 (Fri, 28 Nov 2008)
New Revision: 16807

Modified:
   projects/haf/trunk/ke-recv/src/fremantle-partition-internal-memory-card.sh
Log:
umount & stop ke-recv


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:16:33 UTC (rev 16806)
+++ projects/haf/trunk/ke-recv/src/fremantle-partition-internal-memory-card.sh	2008-11-28 16:23:59 UTC (rev 16807)
@@ -24,6 +24,9 @@
   exit 1
 fi
 
+/etc/init.d/ke-recv stop
+umount $1
+
 sfdisk -D -uM $1 << EOF
 ,512,S
 ,2048,L


More information about the maemo-commits mailing list