From f2a9d77a2832345dfc4a398210bdbe0c2f8ec0ed Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 20 Oct 2013 11:05:10 +0200 Subject: [PATCH] initrd.defaults: QUIET=1 is useless here, it's defined in linuxrc --- defaults/initrd.defaults | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults index 2cc05a0..609ca8c 100755 --- a/defaults/initrd.defaults +++ b/defaults/initrd.defaults @@ -50,7 +50,6 @@ KMINOR=`echo $KV | cut -f2 -d.` KVER="${KMAJOR}.${KMINOR}" MISCOPTS='debug detect' -QUIET='1' ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul' ROOT_TREES='etc root home var' KSUFF='.ko'