Skip to content
Snippets Groups Projects
Commit 4b4115eb authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

!!!

parent e4652572
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ Vagrant.configure("2") do |config|
apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
SHELL
end
......@@ -26,6 +26,8 @@ Vagrant.configure("2") do |config|
apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
SHELL
end
......@@ -44,6 +44,8 @@ Vagrant.configure("2") do |config|
apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
SHELL
end
......@@ -15,6 +15,8 @@ Vagrant.configure("2") do |config|
apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
SHELL
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment