Versions Compared

Key

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


Code Block
languagebash
titleInstall package and create pkg image:
# install packages for ipkg zones setup
apt-get install system-zones-brand-ipkg package-pkgpkg5

# run command for local pkg repo - it needs for zone process bootstrap
pkg image-create -f -F -p openindiana.org=http://pkg.openindiana.org/hipster/ /
# on SPARC
# pkg image-create -f -F -p opensolaris.org=http://pkg.openindiana.org/legacy/ /


Code Block
titleCreate dataset (need run at ones)
zfs create -o mountpoint=/zones rpool/zones


...