mirror of https://github.com/CIRCL/Circlean
chg: Force destination key mount to UTF8
parent
6f5d09d374
commit
57cb2e2036
|
@ -4,4 +4,4 @@ proc /proc proc defaults 0 0
|
||||||
tmpfs /tmp tmpfs rw,size=64M,noexec,nodev,nosuid,mode=1777 0 0
|
tmpfs /tmp tmpfs rw,size=64M,noexec,nodev,nosuid,mode=1777 0 0
|
||||||
tmpfs /media tmpfs rw,size=64M,noexec,nodev,nosuid,mode=1777 0 0
|
tmpfs /media tmpfs rw,size=64M,noexec,nodev,nosuid,mode=1777 0 0
|
||||||
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
|
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
|
||||||
/dev/dest_key1 /media/kitten/dest_key auto rw,user,noauto,uid=1001 0 2
|
/dev/dest_key1 /media/kitten/dest_key auto rw,user,noauto,uid=1001,utf8=1 0 2
|
||||||
|
|
Loading…
Reference in New Issue