diff options
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" |