Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

IMPORTANT NOTE:
Before upgrade your system try to upgrade 'apt' & 'dpkg' first: 

update /etc/apt/sources.list by new repo - if needed - and run commands below:.

$ sudo apt-get update
$ sudo apt-get install apt dpkg

After that you be able to use steps below for upgrade your system to new BE.

Example:

Create new BE:

beadm create newBE

Mount newBE to temporary directory (for example we will use /a):

beadm mount newBE /a

Update /a/etc/apt/sources.list by correct APT repos.
We will use dilos-unstable for example and put it on top:

Example of source.list:
deb http://apt.dilos.org/dilos dilos-unstable main contrib non-free 
deb http://apt.dilos.org/dilos dilos-testing main contrib non-free

Update files list from APT:

apt-get -R /a update

Upgrade system:

apt-get -R /a dist-upgrade

Update boot archive:

bootadm update-archive -R /a

Activate newBE:

beadm activate newBE

Reboot system to newBE:

reboot -p
  • No labels