diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-08-14 08:09:12 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-11-12 03:56:44 +0000 |
commit | 2f27bac4fbc2a67ab5d58065990c6f6564a8a2d3 (patch) | |
tree | 97eb6a54bd473129b8e5fb7e8e26a6e7197b72e4 /resources/tools/disk-image-builder/nested/image-patches/01-serial-console | |
parent | c4f32cdc7542941815a75a2de5a09ed9cc0de0d9 (diff) |
Nested VM refresh
- add debug tools and packages
- update buildroot to version 2017.05.2
Change-Id: I27458d12fb52244c952f2fbc46b38b72cf289fad
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/disk-image-builder/nested/image-patches/01-serial-console')
-rwxr-xr-x | resources/tools/disk-image-builder/nested/image-patches/01-serial-console | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/disk-image-builder/nested/image-patches/01-serial-console b/resources/tools/disk-image-builder/nested/image-patches/01-serial-console index 99b6f7f3c8..8dfede413b 100755 --- a/resources/tools/disk-image-builder/nested/image-patches/01-serial-console +++ b/resources/tools/disk-image-builder/nested/image-patches/01-serial-console @@ -8,9 +8,9 @@ patch boot/grub/menu.lst <<"_EOF" > serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 > terminal --timeout=0 serial console 15c17 -< kernel /boot/bzImage rw root=/dev/sda1 +< kernel /boot/bzImage rw root=/dev/sda1 rootwait --- -> kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8 +> kernel /boot/bzImage rw root=/dev/sda1 rootwait console=ttyS0,115200n8 _EOF patch etc/inittab <<"_EOF" |