installer: Make kernel silent at boot time.

This commit is contained in:
Michael Tremer
2012-08-22 22:04:37 +02:00
parent e3ca409e30
commit a23305b8a2

View File

@@ -2,13 +2,13 @@ TIMEOUT 5000
DISPLAY boot.msg DISPLAY boot.msg
PROMPT 1 PROMPT 1
DEFAULT vmlinuz DEFAULT vmlinuz
APPEND initrd=instroot vga=791 splash=silent ro APPEND initrd=instroot vga=791 quiet rhgb ro
LABEL novga LABEL novga
KERNEL vmlinuz KERNEL vmlinuz
APPEND initrd=instroot ro APPEND initrd=instroot quiet rhgb ro
LABEL unattended LABEL unattended
KERNEL vmlinuz KERNEL vmlinuz
APPEND initrd=instroot vga=791 splash=silent unattended ro APPEND initrd=instroot vga=791 quiet rhgb unattended ro
LABEL memtest LABEL memtest
KERNEL memtest KERNEL memtest
APPEND - APPEND -