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 2 Next »

Example based on SPARC64 install

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-sparc64.iso.bz2
Configure 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 root password and connect to host from internet or localnet by ssh:
# passwd root
<new 1>
<confirm>
 
# ssh root@<configured IP>
Update /etc/apt/sources.list (it will install latest builds from unstable repos. If you want install tested version, please remove first lines du-/dg)-
Example (existen file):
deb http://apt.dilos.org/dilos du-unstable main contrib non-free
deb http://apt.dilos.org/dilos dg-unstable main contrib non-free
deb http://apt.dilos.org/dilos dilos-testing main contrib non-free
  • No labels