CLOUDSTACK-7143: move network tuning from cleanup.sh to its own script.

This commit is contained in:
Leo Simons 2014-07-21 09:57:49 +02:00 committed by Rohit Yadav
parent e2f1740de5
commit 262cde5fb7
6 changed files with 6 additions and 8 deletions

View File

@ -14,7 +14,3 @@ echo "cleaning up udev rules"
rm /etc/udev/rules.d/70-persistent-net.rules
rm -rf /dev/.udev/
rm /lib/udev/rules.d/75-persistent-net-generator.rules
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
echo "pre-up sleep 2" >> /etc/network/interfaces

View File

@ -0,0 +1,2 @@
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
echo "pre-up sleep 2" >> /etc/network/interfaces

View File

@ -47,6 +47,7 @@ Veewee::Definition.declare({
"configure_grub.sh",
"postinstall.sh",
"cleanup.sh",
"configure_networking.sh",
"zerodisk.sh"
],
:postinstall_timeout => "10000"

View File

@ -14,7 +14,3 @@ echo "cleaning up udev rules"
rm /etc/udev/rules.d/70-persistent-net.rules
rm -rf /dev/.udev/
rm /lib/udev/rules.d/75-persistent-net-generator.rules
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
echo "pre-up sleep 2" >> /etc/network/interfaces

View File

@ -0,0 +1,2 @@
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
echo "pre-up sleep 2" >> /etc/network/interfaces

View File

@ -47,6 +47,7 @@ Veewee::Definition.declare({
"configure_grub.sh",
"postinstall.sh",
"cleanup.sh",
"configure_networking.sh",
"zerodisk.sh"
],
:postinstall_timeout => "10000"