summaryrefslogtreecommitdiffstats
path: root/autocluster
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-18 10:17:13 +1000
committerMartin Schwenke <martin@meltin.net>2014-06-25 20:46:15 +1000
commit74a25e86432e47463bfed94dcdef579a65676eaf (patch)
treea3453c9a8a7abc514f90a0788f39496f96f664aa /autocluster
parentf7ccea38f867f07dddae49bb92b4a03d80d334af (diff)
downloadautocluster-74a25e86432e47463bfed94dcdef579a65676eaf.tar.gz
autocluster-74a25e86432e47463bfed94dcdef579a65676eaf.tar.xz
autocluster-74a25e86432e47463bfed94dcdef579a65676eaf.zip
grub: Don't use Red Hat graphical boot
On RHEL7 most useful boot-time logging disappears. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'autocluster')
-rwxr-xr-xautocluster2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocluster b/autocluster
index 45a3bfa..cb719cb 100755
--- a/autocluster
+++ b/autocluster
@@ -728,7 +728,7 @@ setup_base_grub_conf ()
for c in $grub_configs ; do
diskimage sed "$c" \
-e "s/console=ttyS0,19200/console=ttyS0,115200/" \
- -e "s/ console=tty1//" \
+ -e "s/ console=tty1//" -e "s/ rhgb/ norhgb/" \
-e "s/ nodmraid//" -e "s/ nompath//" \
-e "s/quiet/noapic divider=10${o:+ }${o}/g"
done