Currently trying to modify a custom ISO image using Cubic.
As per this, I am supposed to enter
ln -sr /run/systemd/resolve/resolve.conf /run/systemd/resolve/stub-resolve.conf
But what is returned is
ln:failed to create symbolic link '/run/systemd/resolve/stub-resolve.conf': no such file or directory
Even hostname -i
doesn't resolve.
How can I get internet access on it since I need to use apt.
e
in/run/systemd/resolve/stub-resolve.conf
compared to the command you have shown above. I'd suggest checking for typos. – muru May 23 '18 at 12:02e
, same error, will fix the typo. – Rattle May 23 '18 at 12:06resolv.conf
without ane
– muru May 23 '18 at 12:08