openpandora / meta-openpandora-vendor

OpenPandora vendor maintained package configuration layer for use with Openembedded/Ångström. This provides the branding, stylistic and functional overlay to stock Ångström to match that in shipped 'official' firmware images.
http://www.openpandora.org
MIT License
10 stars 9 forks source link

Fix mount options for vfat filesystems on automounting (Unicode) #18

Closed vinipsmaker closed 10 years ago

vinipsmaker commented 10 years ago

See the commit message for more info.

This change only affects automounting behaviour. The "manual" mounting through the Thunar file-manager continues to get the argument wrong. I'll study the hal architecture and see how I can tune the system even further. I'll send another pull request when I'm done.

ydamigos commented 10 years ago
One strange thing to notice is the blkid variable at the
beginning of the file. On the repo, it is blkid="/sbin/blkid", but on
the OpenPandora, it is blkid="/usr/sbin/blkid".

It is not strange. This repo is not the official. So the blkid="/usr/sbin/blkid" on the OpenPandora is for official firm that comes from a different repo.

vinipsmaker commented 10 years ago

One strange thing to notice is the blkid variable at the beginning of the file. On the repo, it is blkid="/sbin/blkid", but on the OpenPandora, it is blkid="/usr/sbin/blkid".

It is not strange. This repo is not the official. So the blkid="/usr/sbin/blkid" on the OpenPandora is for official firm that comes from a different repo.

What is the correct repo to submit the changes?

ydamigos commented 10 years ago

I think one of these http://boards.openpandora.org/page/git.html

vinipsmaker commented 10 years ago

@xekarfwtos, thanks

I've tried to submit the patch through bugs.openpandora.org. Unable to create a new task.

I'll continue the development of this feature through the mailing list: http://openpandora.org/pipermail/firmware-dev/2014-February/000738.html