##// END OF EJS Templates
echt
Unknown -
r544:ffdcbaa524c3
parent child
Show More
@@ -25,7 +25,7 if [ "$ENABLE_CRYPTFS" = true ] ; then
25
25
26 # Add encrypted partition to crypttab and fstab
26 # Add encrypted partition to crypttab and fstab
27 install_readonly files/mount/crypttab "${ETC_DIR}/crypttab"
27 install_readonly files/mount/crypttab "${ETC_DIR}/crypttab"
28 echo "${CRYPTFS_MAPPING} /dev/mmcblk0p2 none luks" >> "${ETC_DIR}/crypttab"
28 echo "${CRYPTFS_MAPPING} /dev/mmcblk0p2 none luks,initramfs" >> "${ETC_DIR}/crypttab"
29
29
30 if [ "$ENABLE_USBBOOT" = true ] ; then
30 if [ "$ENABLE_USBBOOT" = true ] ; then
31 # Add usb/sda2 disk to crypttab
31 # Add usb/sda2 disk to crypttab
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant