On Fri, Dec 19, 2014 at 10:18:02AM -0500, Lars Kellogg-Stedman wrote: > On Fri, Dec 19, 2014 at 10:38:18AM +0000, Karanbir Singh wrote: > > this image includes cloud-init, and therefore expects cloud metadata to > > be available when the instance is booted up. You can find details on > > howto setup an iso file with this informat at : > > http://www.projectatomic.io/blog/2014/10/getting-started-with-cloud-init/ > > It looks like these images are not configured to set up a console on > the virtual serial port, which makes it impossible to get at console > output in environments like EC2 that don't provide graphical console > access, and annoying in environments like OpenStack where maybe > you would prefer text over graphics because you can log it/grep > it/etc. > > We should probably update the images to include: > > console=tty0 console=ttyS0,115200n8 > > This would match the typical configuration for other cloud images > (e.g., the centos 7 cloud image). > > Does that sound reasonable? Does this look like https://bugzilla.redhat.com/show_bug.cgi?id=1102482 ? Dusty