base-files: mount mmc card async
authorJan Lübbe <jluebbe@debian.org>
Tue, 25 Sep 2007 19:17:34 +0000 (19:17 +0000)
committerJan Lübbe <jluebbe@debian.org>
Tue, 25 Sep 2007 19:17:34 +0000 (19:17 +0000)
* it is not possible to remove the mmc card from the neo while it is on
  so we can safely mount the card async

packages/base-files/base-files/fic-gta01/fstab
packages/base-files/base-files/fic-gta02/fstab
packages/base-files/base-files_3.0.14.bb

index d2976a4..4a0cc77 100644 (file)
@@ -12,7 +12,7 @@ tmpfs         /dev/shm                tmpfs   mode=0777                       0  0
 tmpfs          /media/ram      tmpfs   defaults                0  0
 
 # microSD slot
-/dev/mmcblk0p1 /media/card     auto    defaults,sync,noauto    0  0
+/dev/mmcblk0p1 /media/card     auto    defaults,async,noauto   0  0
 
 # USB Storage
 /dev/sda1 /media/hdd         vfat    noauto,umask=000,noatime,iocharset=utf8,codepage=932    0       0
index d2976a4..4a0cc77 100644 (file)
@@ -12,7 +12,7 @@ tmpfs         /dev/shm                tmpfs   mode=0777                       0  0
 tmpfs          /media/ram      tmpfs   defaults                0  0
 
 # microSD slot
-/dev/mmcblk0p1 /media/card     auto    defaults,sync,noauto    0  0
+/dev/mmcblk0p1 /media/card     auto    defaults,async,noauto   0  0
 
 # USB Storage
 /dev/sda1 /media/hdd         vfat    noauto,umask=000,noatime,iocharset=utf8,codepage=932    0       0
index 0661f8e..7ccd26b 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r73"
+PR = "r74"
 LICENSE = "GPL"
 
 SRC_URI = " \