Skip to content

Commit

Permalink
Direct /dev/console to /dev/ttyS0 for openstack
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlcek committed Feb 29, 2016
1 parent 15dcc03 commit 6041634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions kickstarts/base.ks.erb
Expand Up @@ -21,8 +21,7 @@ device mptbase
device mptscsih
device mptspi

bootloader --location=mbr --driveorder=vda --append="crashkernel=auto rhgb quiet net.ifnames=0 biosdevname=0"

<%= render_partial "main/bootloader" %>
<%= render_partial "main/disk_layout" %>
<%= render_partial "main/db_fs" %>

Expand Down
1 change: 1 addition & 0 deletions kickstarts/partials/main/bootloader.ks.erb
@@ -0,0 +1 @@
bootloader --location=mbr --driveorder=vda --append="crashkernel=auto rhgb quiet net.ifnames=0 biosdevname=0<%= " console=tty0 console=ttyS0,115200n8" if @target == "openstack" %>"

0 comments on commit 6041634

Please sign in to comment.