This file is indexed.

/usr/share/tripleo-image-elements/remove-serial-console/README.md is in python-tripleo-image-elements 0.7.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
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.