r1889

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Fri Sep 14 18:15:38 CEST 2007


Author: amadeus
Date: 2007-09-14 18:15:33 +0200 (Fri, 14 Sep 2007)
New Revision: 1889

Log:
Revert unneeded option in mount

Modified: trunk/vendors/Nintendo/DLDI/rc
===================================================================
--- trunk/vendors/Nintendo/DLDI/rc	2007-09-14 15:48:29 UTC (rev 1888)
+++ trunk/vendors/Nintendo/DLDI/rc	2007-09-14 16:15:33 UTC (rev 1889)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 mount -t proc none /proc
-mount -t vfat -o noatime,dmask=000 /dev/dldi1 /media
+mount -t vfat -o noatime /dev/dldi1 /media
 # some CF cards do not have a partition table
 # try mounting /dev/dldi if mounting /dev/dldi1 fails
 if [ "$?" != "0" ]




More information about the dslinux-commit mailing list