mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix 2 typos (explanation of when: not usb_lib_writable_sticks)
This commit is contained in:
parent
cea4cac7f2
commit
7812edfed0
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. Kolibri exports AND student uploads to teacher's USB stick are not needed'
|
||||
- name: 'Set FS_MOUNTOPTIONS="" in /etc/usbmount/usbmount.conf -- e.g. if Kolibri exports AND student uploads to teacher USB stick are not needed'
|
||||
lineinfile:
|
||||
regexp: '^FS_MOUNTOPTIONS=.*'
|
||||
line: 'FS_MOUNTOPTIONS=""' # Restore apt pkg default, e.g. for runrole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue