mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +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"
|
||||
|
|
|
@ -316,6 +316,9 @@ usb_lib_install: True
|
|||
usb_lib_enabled: True
|
||||
# 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
|
||||
|
||||
# Toggle iiab-refresh-wiki-docs scraping for offline docs (http://box/info)
|
||||
nodocs: False
|
||||
|
|
|
@ -203,6 +203,9 @@ samba_enabled: False
|
|||
|
||||
# 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
|
||||
|
||||
|
||||
# 5-XO-SERVICES
|
||||
|
|
|
@ -13,6 +13,7 @@ munin_enabled: True
|
|||
vnstat_install: True
|
||||
vnstat_enabled: True
|
||||
openvpn_handle: "Medical IIAB - Put Your Name Here"
|
||||
usb_lib_umask0000_for_kolibri: False
|
||||
# By default
|
||||
# kiwix
|
||||
# awstats
|
||||
|
|
|
@ -203,6 +203,9 @@ samba_enabled: False
|
|||
|
||||
# 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
|
||||
|
||||
|
||||
# 5-XO-SERVICES
|
||||
|
|
|
@ -203,6 +203,9 @@ samba_enabled: False
|
|||
|
||||
# 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
|
||||
|
||||
|
||||
# 5-XO-SERVICES
|
||||
|
|
Loading…
Reference in a new issue