Re: [voidlinux/void-mklive] Installer Fails on ESXi (#97)

Christopher Cover at Sun, 05 Feb 2017 07:48:13 -0800
Uh, yeah... thank you? If you create a Linux distribution, you are responsible to set it up correctly (detecting devices, installation scripts, ...).
Toyam Cox at Sun, 05 Feb 2017 09:07:47 -0800
Instead of ``` ip dev link eno167777736 down ip dev link eno167777736 name eth0 ip dev link eth0 up ``` I think you want ``` ip link dev eno167777736 down ip link dev eno167777736 name eth0 ip link dev eth0 up ```
Christopher Cover at Sun, 05 Feb 2017 12:14:12 -0800
omfg... nevermind. all other distress work. forget it.
Dominik Honnef at Sun, 05 Feb 2017 12:46:34 -0800
Closed #97.