summaryrefslogtreecommitdiff
path: root/filesystems/ifuse/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/ifuse/pkg-message')
-rw-r--r--filesystems/ifuse/pkg-message16
1 files changed, 16 insertions, 0 deletions
diff --git a/filesystems/ifuse/pkg-message b/filesystems/ifuse/pkg-message
new file mode 100644
index 000000000000..d0087f79ebe9
--- /dev/null
+++ b/filesystems/ifuse/pkg-message
@@ -0,0 +1,16 @@
+[
+{ type: install
+ message: <<EOM
+To mount your iGadget you first need to launch usbmuxd; see...
+
+$ usbmuxd --help
+
+...for help. Then, plug in your device and run iFuse:
+
+# ifuse -o allow_other /mnt/ipod
+
+After that, you'll be able to reach its files and use, e.g., gtkpod to
+add/delete music/pictures.
+EOM
+}
+]