mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
Clarify reset of FS_MOUNTOPTIONS in /etc/usbmount/usbmount.conf, if usb_lib_writable_sticks False
This commit is contained in:
parent
d4e66748f3
commit
cea4cac7f2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
# path: /etc/usbmount/usbmount.conf
|
||||
# when: usb_lib_writable_sticks
|
||||
|
||||
- name: 'Set FS_MOUNTOPTIONS="" in /etc/usbmount/usbmount.conf, e.g. if Kolibri will not be used'
|
||||
- name: 'Set FS_MOUNTOPTIONS="" in /etc/usbmount/usbmount.conf -- e.g. Kolibri exports AND student uploads to teacher's USB stick are not needed'
|
||||
lineinfile:
|
||||
regexp: '^FS_MOUNTOPTIONS=.*'
|
||||
line: 'FS_MOUNTOPTIONS=""' # Restore apt pkg default, e.g. for runrole
|
||||
|
|
Loading…
Reference in a new issue