1
0
Fork 0
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:
A Holt 2025-01-26 09:32:49 -05:00 committed by GitHub
parent cea4cac7f2
commit 7812edfed0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@
# path: /etc/usbmount/usbmount.conf # path: /etc/usbmount/usbmount.conf
# when: usb_lib_writable_sticks # 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: lineinfile:
regexp: '^FS_MOUNTOPTIONS=.*' regexp: '^FS_MOUNTOPTIONS=.*'
line: 'FS_MOUNTOPTIONS=""' # Restore apt pkg default, e.g. for runrole line: 'FS_MOUNTOPTIONS=""' # Restore apt pkg default, e.g. for runrole