@@ -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 |
|
28 | echo "${CRYPTFS_MAPPING} /dev/mmcblk0p2 none luks" >> "${ETC_DIR}/crypttab" | |
29 |
|
29 | |||
30 | if [ "$ENABLE_SPLITFS" = true ] ; then |
|
30 | if [ "$ENABLE_SPLITFS" = true ] ; then | |
31 | # Add usb/sda disk to crypttab |
|
31 | # Add usb/sda disk to crypttab |
@@ -428,10 +428,10 fi | |||||
428 | if [ "$ENABLE_UBOOT" = true ] ; then |
|
428 | if [ "$ENABLE_UBOOT" = true ] ; then | |
429 | APT_INCLUDES="${APT_INCLUDES},device-tree-compiler,bison,flex,bc" |
|
429 | APT_INCLUDES="${APT_INCLUDES},device-tree-compiler,bison,flex,bc" | |
430 | else |
|
430 | else | |
431 | if [ "$ENABLE_UBOOTUSB" = true ] ; then |
|
431 | # if [ "$ENABLE_UBOOTUSB" = true ] ; then | |
432 |
|
|
432 | # echo "error: Enabling UBOOTUSB requires u-boot to be enabled" | |
433 |
|
|
433 | # exit 1 | |
434 |
|
|
434 | # fi | |
435 | fi |
|
435 | fi | |
436 |
|
436 | |||
437 | # Check if root SSH (v2) public key file exists |
|
437 | # Check if root SSH (v2) public key file exists |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant