diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/garmindev/garmindev.install | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/garmindev/garmindev.install')
-rw-r--r-- | community/garmindev/garmindev.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/garmindev/garmindev.install b/community/garmindev/garmindev.install new file mode 100644 index 000000000..691e9370d --- /dev/null +++ b/community/garmindev/garmindev.install @@ -0,0 +1,8 @@ +post_install() { +cat << EOF +Note: +==> In case you experience access permission error for the attached Garmin GPS device, +==> see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more details. +==> Disable garmin_gps module in /etc/rc.conf and see included example udev rule. +EOF +} |