tripleo-image-elements/elements/remove-serial-console
Derek Higgins 2e40ca389c Allow for alternative grub config file
The grub config file passed into sed for the tty purge doesn't exist on
fedora, causing image builds to fail.

can't read /boot/grub/grub.cfg: No such file or directory

Change-Id: I015abba81bf67e2ed7c5a2876adeaef641a6cc3c
2013-08-07 12:23:35 +01:00
..
finalise.d Allow for alternative grub config file 2013-08-07 12:23:35 +01:00
README.md Add element to remove serial console. 2013-05-07 17:55:03 +01:00

README.md

Remove any serial console configuration from grub.

This element removes serial console configuration from grub. Typically this configuration is already present in the upstream cloud images, since it is necessary for useful console output being captured by the cloud provider. However, for local testing, this means that upstart messages are typically not present on tty1, making manual debugging efforts very hard. Including this element in a build, will cause "console=ttyS0" to be removed from the kernel command line and the grub configurations.