You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First let me say thanks! Great templates to get started from!
So the issue I am seeing is that a file is trying to be removed in network.sh but the output from packer shows that the file doesn't exist. Is this expected behavior? I am using your template for Ubuntu 14.04.
note: I changed the build name to "vagrant." Hence, the prefix to the error message below.
Specific output:
vagrant: [sudo] password for vagrant: rm: cannot remove ‘/etc/udev/rules.d/70-persistent-net.rules’: No such file or directory
The text was updated successfully, but these errors were encountered:
Had a look at this and noticed the error too, although the build ran through. Couldn't find anything about Ubuntu 14.04 not having the mentioned file anymore, so I'm not sure why it wouldn't exist. Maybe I have more time later to dig into this.
First let me say thanks! Great templates to get started from!
So the issue I am seeing is that a file is trying to be removed in
network.sh
but the output from packer shows that the file doesn't exist. Is this expected behavior? I am using your template for Ubuntu 14.04.note: I changed the build name to "vagrant." Hence, the prefix to the error message below.
Specific output:
The text was updated successfully, but these errors were encountered: