/
How to install over internet
How to install over internet
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-<latest version>-sparc64.iso.bz2
Example: Configure network and hard drive with VTOK label
[VTOK disk configuration example] - https://dilos-dev.atlassian.net/wiki/display/DS/Prepare+boot+disk [Configure network]: (if you have physical e1000g0) ifconfig e1000g0 plumb ifconfig e1000g0 192.168.1.2 netmask 255.255.255.0 up route add default 192.168.1.1 (update /etc/resolv.conf: echo "nameserver 8.8.8.8" > /etc/resolv.conf) cp -f /etc/nsswitch.dns /etc/nsswotch.conf
Update root password and connect to host from internet or localnet by ssh:
# passwd root <new password> <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): vi /etc/apt/sources.list 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
Check network:
# apt-get update (you can see here traffic with update)
Start installer:
# screen (screen will start installer)
, multiple selections available,
Related content
How to install as VMware Guest
How to install as VMware Guest
Read with this
How to configure NAT
How to configure NAT
Read with this
How to setup DPKG zone
How to setup DPKG zone
Read with this
How to configure ISC DHCP server
How to configure ISC DHCP server
Read with this
Установка и запуск клиентской виртуальной машины (на примере Ubuntu Server 18.04 LTS)0
Установка и запуск клиентской виртуальной машины (на примере Ubuntu Server 18.04 LTS)0
Read with this
Запуск NET-тестов на VM
Запуск NET-тестов на VM
More like this