Steps to reproduce this ticket, #29 and the next ticket I'm going to submit are:
put the original novena image (novena-mmc-disk-r1.img ; sha256=26d368cb4b3aa43e411703f8c659d3e229deacfe75af38c1f82489dd9af80dbb) onto an SD card (using dd)
resize the last partition (delete and recreate it with defaults using fdisk /dev/sdb3)
fsck /dev/sdb3
resize2fs /dev/sdb3
Put the SD card into the novana and boot it up, going through the initial setup procedure
Even after fixing #29 the second update script will fail due to not being able to verify the integrity of the updates.
Suggested fix: Add all of the keys it complains about manually with
apt-key
.Steps to reproduce this ticket, #29 and the next ticket I'm going to submit are:
dd
)fdisk /dev/sdb3
)fsck /dev/sdb3
resize2fs /dev/sdb3