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:
parent
920235d54c
commit
5663a84d27
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue