mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
New var usb_lib_umask0000_for_kolibri
This commit is contained in:
parent
b255de2018
commit
02050f3898
7 changed files with 18 additions and 0 deletions
|
@ -4,5 +4,9 @@
|
|||
# Show entire contents of USB sticks/drives (at http://box/usb)
|
||||
# iiab_usb_lib_show_all: True
|
||||
|
||||
# Set umask=0000 for VFAT, NTFS and exFAT in /etc/usbmount/usbmount.conf so
|
||||
# Kolibri can export & import channels to USB sticks/drive:
|
||||
# usb_lib_umask0000_for_kolibri: True
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
regexp: '^FS_MOUNTOPTIONS=.*'
|
||||
line: 'FS_MOUNTOPTIONS="-fstype=vfat,umask=0000 -fstype=ntfs,umask=0000 -fstype=exfat,umask=0000"'
|
||||
path: /etc/usbmount/usbmount.conf
|
||||
when: usb_lib_umask0000_for_kolibri
|
||||
|
||||
# Setting 'umask=0000' for all filesystems: (accomplishes the same thing as above)
|
||||
#- name: "Add ',umask=0000' to MOUNTOPTIONS var in /etc/usbmount/usbmount.conf, so Kolibri exports work"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue