chg: Force destination key mount to UTF8

pull/73/head
Raphaël Vinot 2020-01-16 12:37:06 +01:00
parent 6f5d09d374
commit 57cb2e2036
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ proc /proc proc defaults 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
# 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