Versions Compared

Key

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

...

Code Block
languagebash
title Record ISO with '-net' key word and boot (user 'root' without password)
wget https://bitbucket.org/dilos/site/downloads/dilos-net-1.3.7.82<latest version>-sparc64.iso.bz2
Code Block
languagebash
titleConfigure net work and hard drive with VTOK label
[VTOK disk configuration example] - https://dilos-dev.atlassian.net/wiki/display/DS/Prepare+boot+disk
[Configure network]:
	ifconfig e1000g0 192.168.1.2 netmask 255.255.255.0 up
	route add default 192.168.1.1
	(update /etc/resolv.conf)
	cp -f /etc/nsswitch.dns /etc/nsswotch.conf)

...