Versions Compared

Key

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

...

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

Example:

Create new BE:

Code Block
beadm create newBE

...

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

Code Block
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:

Code Block
titleExample 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:

Code Block
apt-get -R /a update

...

Upgrade system:

Code Block
apt-get -R /a dist-upgrade

...

Update boot archive:

Code Block
bootadm update-archive -R /a

...

Activate newBE:

Code Block
beadm activate newBE

...

Reboot system to newBE:

Code Block
reboot -p