Nested VM refresh
[csit.git] / resources / tools / disk-image-builder / nested / image-patches / 03-network
index ca5c4f9..e7d215c 100755 (executable)
@@ -2,9 +2,9 @@
 
 patch boot/grub/menu.lst <<"_EOF"
 17c17
-<      kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8
+<      kernel /boot/bzImage rw root=/dev/sda1 rootwait console=ttyS0,115200n8
 ---
->      kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8
+>      kernel /boot/bzImage rw root=/dev/sda1 rootwait ipv6.disable=1 console=ttyS0,115200n8
 _EOF
 
 patch etc/network/interfaces <<"_EOF"