Here is a simple utility to easily install Slax.
- Get the script in Slax live:
wget raw.githubusercontent.com/fabionoris/slax-installer/master/install.sh
- Run the following commands:
chmod +x install.sh ./install.sh
- Remove the installation media when Slax is rebooting
If you get a "unable to resolve host address" error, change the DNS:
printf "nameserver 8.8.8.8\nnameserver 8.8.4.4\n" > /etc/resolv.conf