##// END OF EJS Templates
a
Unknown -
r532:028ed69e39f3
parent child
Show More
@@ -25,7 +25,7 if [ "$ENABLE_CRYPTFS" = true ] ; then
25 25
26 26 # Add encrypted partition to crypttab and fstab
27 27 install_readonly files/mount/crypttab "${ETC_DIR}/crypttab"
28 echo "${CRYPTFS_MAPPING} /dev/mmcblk0p2 none luks,initramfs" >> "${ETC_DIR}/crypttab"
28 echo "${CRYPTFS_MAPPING} /dev/mmcblk0p2 none luks" >> "${ETC_DIR}/crypttab"
29 29
30 30 if [ "$ENABLE_SPLITFS" = true ] ; then
31 31 # Add usb/sda disk to crypttab
@@ -428,10 +428,10 fi
428 428 if [ "$ENABLE_UBOOT" = true ] ; then
429 429 APT_INCLUDES="${APT_INCLUDES},device-tree-compiler,bison,flex,bc"
430 430 else
431 if [ "$ENABLE_UBOOTUSB" = true ] ; then
432 echo "error: Enabling UBOOTUSB requires u-boot to be enabled"
433 exit 1
434 fi
431 # if [ "$ENABLE_UBOOTUSB" = true ] ; then
432 # echo "error: Enabling UBOOTUSB requires u-boot to be enabled"
433 # exit 1
434 # fi
435 435 fi
436 436
437 437 # Check if root SSH (v2) public key file exists
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant