From 438a331f3d8879fd508863ef7943271cd1ee3b97 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 5 Nov 2012 18:42:56 +0100 Subject: [PATCH] Revert "installer: Make kernel silent at boot time." This reverts commit a23305b8a2869414e40d7a49bafd2bbc764ea925. --- config/syslinux/syslinux.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/syslinux/syslinux.cfg b/config/syslinux/syslinux.cfg index ee258cc37..68ad82afd 100644 --- a/config/syslinux/syslinux.cfg +++ b/config/syslinux/syslinux.cfg @@ -2,13 +2,13 @@ TIMEOUT 5000 DISPLAY boot.msg PROMPT 1 DEFAULT vmlinuz - APPEND initrd=instroot vga=791 quiet rhgb ro + APPEND initrd=instroot vga=791 splash=silent ro LABEL novga KERNEL vmlinuz - APPEND initrd=instroot quiet rhgb ro + APPEND initrd=instroot ro LABEL unattended KERNEL vmlinuz - APPEND initrd=instroot vga=791 quiet rhgb unattended ro + APPEND initrd=instroot vga=791 splash=silent unattended ro LABEL memtest KERNEL memtest APPEND - -- 2.39.2