mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7143: move network tuning from cleanup.sh to its own script.
This commit is contained in:
parent
e2f1740de5
commit
262cde5fb7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -47,6 +47,7 @@ Veewee::Definition.declare({
|
|||
"configure_grub.sh",
|
||||
"postinstall.sh",
|
||||
"cleanup.sh",
|
||||
"configure_networking.sh",
|
||||
"zerodisk.sh"
|
||||
],
|
||||
:postinstall_timeout => "10000"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -47,6 +47,7 @@ Veewee::Definition.declare({
|
|||
"configure_grub.sh",
|
||||
"postinstall.sh",
|
||||
"cleanup.sh",
|
||||
"configure_networking.sh",
|
||||
"zerodisk.sh"
|
||||
],
|
||||
:postinstall_timeout => "10000"
|
||||
|
|
|
|||
Loading…
Reference in New Issue