diff options
| -rw-r--r-- | wic/beaglebone-yocto-verity.wks.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/wic/beaglebone-yocto-verity.wks.in b/wic/beaglebone-yocto-verity.wks.in index 658018b..a1d7738 100644 --- a/wic/beaglebone-yocto-verity.wks.in +++ b/wic/beaglebone-yocto-verity.wks.in | |||
| @@ -10,6 +10,6 @@ | |||
| 10 | # | 10 | # | 
| 11 | # This .wks only works with the dm-verity-img class. | 11 | # This .wks only works with the dm-verity-img class. | 
| 12 | 12 | ||
| 13 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid | 13 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --fixed-size 32 --sourceparams="loader=u-boot" --use-uuid | 
| 14 | part / --source rawcopy --ondisk mmcblk0 --sourceparams="file=${IMGDEPLOYDIR}/${DM_VERITY_IMAGE}-${MACHINE}.${DM_VERITY_IMAGE_TYPE}.verity" | 14 | part / --source rawcopy --ondisk mmcblk0 --sourceparams="file=${IMGDEPLOYDIR}/${DM_VERITY_IMAGE}-${MACHINE}.${DM_VERITY_IMAGE_TYPE}.verity" | 
| 15 | bootloader --append="console=ttyS0,115200" | 15 | bootloader --append="console=ttyS0,115200" | 
