tripleo-image-elements/elements/remove-serial-console
Ralf Haferkamp 0661fa168b Fix the grub2 config location for non Ubuntu/Debian systems
Fedora and openSUSE use /boot/grub2/grub.cfg for the grub2
configuration. The path that was used for Fedora before
(/boot/grub/grub.conf) is only valid for older grub releases.

Change-Id: I1e532c73a373a2c3f92211eff52719c2b635b7e3
2013-12-18 20:37:06 +01:00
..
finalise.d Fix the grub2 config location for non Ubuntu/Debian systems 2013-12-18 20:37:06 +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.