Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If upgrading from 2.6.7 and receive this message

Code Block
ym-upgrade.sh ym-registry:package-upgrade-master-2.6.8-812eaa2a.tar.gz
Requires Yarnman Upgrade file Exiting

login to root and run the following commands

Code Block
ostree admin unlock
Development mode enabled.  A writable overlayfs is now mounted on /usr.
All changes there will be discarded on reboot.
sed -i 's/\[ $1 == "ym-registry:package-upgrade"\* \] || \[ $1 == "ym-upgrade"\* \]/[[ $1 == "ym-registry:package-upgrade"\* ]] || [[ $1 == "ym-upgrade"\* ]]/' /usr/bin/ym-upgrade.sh

then proceeed with the upgrade as normal

...