mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
roles/usb_lib/README.rst: update documentation
This commit is contained in:
parent
fca9ce37bd
commit
575647cf62
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ Automount is handled by usbmount, and scripts in this role look in the root of t
|
|||
|
||||
...and if found, creates a symlink of the form /library/www/html/local_content/USBn pointing to /media/usbn.
|
||||
|
||||
USB drives must be formatted with one of the filesystems listed under "FILESYSTEMS=" at /etc/usbmount/usbmount.conf
|
||||
USB drives must be formatted with one of the filesystems listed under "FILESYSTEMS=" at ``/etc/usbmount/usbmount.conf`` — these are specified on/around Line 67 of: `/opt/iiab/iiab/roles/usb_lib/tasks/install.yml <https://github.com/iiab/iiab/blob/master/roles/usb_lib/tasks/install.yml#L67>`_
|
||||
|
||||
Official `usbmount <https://github.com/hfuchs/usbmount>`_ documentation, from 2010:
|
||||
|
||||
* https://github.com/hfuchs/usbmount/blob/master/README
|
||||
* https://github.com/hfuchs/usbmount/blob/master/usbmount.conf
|
||||
|
||||
As of March 2021, better Kolibri integration/support is being investigated: `#2713 <https://github.com/iiab/iiab/issues/2713>`_
|
||||
In March 2021, Kolibri exports were enabled, using ``umask=0000`` (also within /etc/usbmount/usbmount.conf) to override what was ``umask=0022`` by default: `PR #2715 <https://github.com/iiab/iiab/issues/2715>`_
|
||||
|
||||
Legacy: There is also a patch for problems with automount on Fedora 21+.
|
||||
Please Note that as of 4.1.8-200.fc22.x86_64 not all USB drives will mount, even with this patch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue