1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

70-usb-library.j2: update comment explaining PUBLIC folder better (from @holta)

Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
avni 2025-01-25 23:57:27 -05:00 committed by GitHub
parent 920235d54c
commit 5663a84d27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,9 @@ elif [ "$UM_DEV" == "$BOOTFW_DEV" ]; then
exit
fi
# 2025-01-25: check for existence of PUBLIC folder on USB stick to determine if all stick content is public or private
# 2025-01-25: Check for existence of folder PUBLIC on USB stick: if found, the stick will not be completely browsable.
# Teachers can set their stick for 1 of 2 two "personalities" — students can either upload "confidential homework" or
# "public artwork" — as summarized here: https://github.com/iiab/iiab/blob/master/roles/usb_lib/README.rst
if [ -d $UM_MOUNTPOINT/PUBLIC ]; then
SHARE_DIR=$UM_MOUNTPOINT/PUBLIC
logger -p user.notice -t "usb_lib (70-usb-library)" -- "Found /PUBLIC on $UM_MOUNTPOINT"