devel5, had to add to /etc/network/interfaces
I installed the new devel5 in virtualbox using refracta and it (refractainstaller) worked fine.
On the first reboot the network would not work. In looking at the /etc/network/interfaces file, I noticed that there was no primary network interface present, only the loopback interface. So I added to this file:
auto eth0 iface eth0 inet dhcp
Then it worked after I ran as root, service networking restart
I played with it for a while and had no other problems or issues. Thanks for your work on the "minimal" project!
-
Oops, the line formatting didn't work as intended, the content added to the file should be on two lines, not one.
-
Hi Craig, sorry for the late reply. I am working at a minimal shell+dialog script to configure ethernet and wifi networks in devuan minimal live. It should be out soon, together with an update of both images. Stay tuned ;)
-
Great! I will look forward to testing/using them!
-
This is closed by the inclusion of setnet ( http://kalos.mine.nu/setnet ) in the new minimal live image, to be released very soon (the image is ready, just waiting for acks )
-
closed