aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/disk-image-builder/nested/image-patches/03-network
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/disk-image-builder/nested/image-patches/03-network')
-rwxr-xr-xresources/tools/disk-image-builder/nested/image-patches/03-network4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/disk-image-builder/nested/image-patches/03-network b/resources/tools/disk-image-builder/nested/image-patches/03-network
index ca5c4f952d..e7d215c00a 100755
--- a/resources/tools/disk-image-builder/nested/image-patches/03-network
+++ b/resources/tools/disk-image-builder/nested/image-patches/03-network
@@ -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"