From fb4d34b3f0f98bb00ad4302f803d87dce7a39a42 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 11 Dec 2010 23:07:26 -0500 Subject: [PATCH] Add "quiet" to kernel command line --- grub.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub.conf b/grub.conf index dc8d39b..06a32dc 100644 --- a/grub.conf +++ b/grub.conf @@ -3,5 +3,5 @@ timeout 5 title Gentoo Linux root (hd0,0) -kernel /boot/vmlinuz root=/dev/sda1 +kernel /boot/vmlinuz root=/dev/sda1 quiet