Skip to content

0.10.8: gitlab-ci-linux-build-177

Pre-release
Pre-release
Compare
Choose a tag to compare
@ayufan-jenkins ayufan-jenkins released this 07 Apr 17:35

Notes

  • HIGHLY EXPERIMENTAL AND NOT WORKING!!!
  • PRE-RELEASE: unstable and should be only used for testing purposes
  • Fully reproducible, upgradable and trustable builds, build by CI system
  • Check Compatibility list to get know about the working features of each release
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list
  • If you look for kernels, u-boots, or packages (.deb), consider reading the: https://github.com/ayufan-rock64/linux-build#components
  • Buy me a Beer

Variants

1. Desktop

Use armhf variant with Ubuntu Mate as one that offers the best compatibility and performance.
Ubuntu Mate is not available for Rock64 as it is simply too slow.

Credentials: rock64/rock64

2. Buster / Container Linux

It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use.

Credentials: rock64/rock64

3. OpenMediaVault

Use armhf variant as one that offers the best compatibility.

Credentials: admin/openmediavault (for Web), root/openmediavault (for Console).
To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade

# Pick one
sudo apt-get update -y && sudo apt-get install linux-rock64-0.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-rockpro64-0.10-mainline -y
sudo apt-get update -y && sudo apt-get install linux-pinebookpro-0.10-mainline -y

# Upgrade all other packages
sudo apt-get update -y && sudo apt-get dist-upgrade -y

# Remove invalid X11 config, and fix bootloaders
sudo rm /etc/X11/xorg.conf.d/20-armsoc.conf
sudo rm /etc/apt/sources.list.d/ayufan-rock64-0.8-*.list
sudo new_extlinux_boot.sh rootfs
sudo rock64_upgrade_bootloader.sh

Changelog

0.10.x

  • 0.10.8: Make rootfs sticky
  • 0.10.8: Update sizes of images
  • 0.10.8: Enable by default C.UTF-8 and en_US.UTF-8 and use dpkg-reconfigure locales
  • 0.10.8: Run update-command-not-found
  • 0.10.8: Better handle /etc/resolv.conf (do not remove it, if it become system controlled)
  • 0.10.8: Load dptx.alt.bin to make it possible to ship also on buster
  • 0.10.8: Disable CONFIG_MODULE_COMPRESS to be able to load all modules
  • 0.10.8: Uninstall dmidecode to fix OMV5 kernel panic
  • 0.10.8: Uninstall dhcpcd5 to fix double IP address
  • 0.10.8: Disable chromimum-browser due to "snap requirement" on Ubuntu

https://gitlab.com/ayufan-repos/rock64/linux-build/pipelines/133684261