07-12-2017, 10:43 PM
(This post was last modified: 07-12-2017, 10:44 PM by pfeerick.
Edit Reason: removed $DEST
)
I think the upgrade path from pre-0.7.0 should be be to simply re-image... as installing the PPA and updating is NOT enough to bring those updates across, as as doing a
Was not sufficient, nor was
(as per the initial image generation for the 0.7.x images)
Plus the change in boot partition size would also be applied, as that can't be done through an update
Code:
sudo -i
apt-add-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers
apt-add-repository -y ppa:ayufan/pine64-ppa
apt update
apt dist-upgrade
Was not sufficient, nor was
Code:
sudo -i
curl -fsSL http://deb.ayufan.eu/orgs/ayufan-rock64/archive.key | apt-key add -
cat > "/etc/apt/sources.list.d/ayufan-pine64.list" <<EOF
deb http://deb.ayufan.eu/orgs/ayufan-pine64/releases /
# uncomment to use pre-release kernels and compatibility packages
deb http://deb.ayufan.eu/orgs/ayufan-pine64/pre-releases /
EOF
apt update
apt dist-upgrade
(as per the initial image generation for the 0.7.x images)
Plus the change in boot partition size would also be applied, as that can't be done through an update