kometchtech Posted August 6, 2015 Posted August 6, 2015 Hello,In additional items of v4.1, auto system update via repository apt.armbian.com You have written and has been added, if you have upgraded from v4.0, source.list of apt does not seem to have been updated.If the contents to be updated would be what kind of configuration information?I want you to tell me. Environment:-Debian jessie 4.1.4 -Cubietruck Best regards.
Igor Posted August 6, 2015 Posted August 6, 2015 Yes, I don't update sources list via update process. Intentionally. deb http://apt.armbian.com jessie main And add a key. wget -qO - http://apt.armbian.com/armbian.key | sudo apt-key add - And update / upgrade.I'll add to manual ASAP and add if there is anything else to do. If you came from older images - note that name of kernel packets also changed. I need to. Currently the repo is fairly empty but soon it will be populated. Proper kernel name is: apt-get install linux-image-next-cubietruck # for 4.x apt-get install linux-image-cubietruck # for 3.x other apt-get install linux-u-boot-cubietruck apt-get install linux-dtb-next-cubietruck apt-get install linux-headers-next-cubietruck apt-get install linux-headers-cubietruck apt-get install linux-firmware-image-next-cubietruck apt-get install linux-firmware-image-cubietruck * Not ready at the time of writing.
kometchtech Posted August 6, 2015 Author Posted August 6, 2015 Thanks for the quick reply. I would say be APT command upgrade in the future. My best regards.
Igor Posted August 6, 2015 Posted August 6, 2015 Yes, in the future only apt-get upgrade ... apt-get update is running automatically @armbian by default. I am planning to simplify and double check update process for old versions when found some spare time.
Recommended Posts