From eb06f5b5a0c10ddc99a01216003d63d118d6b5be Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 25 Apr 2022 16:39:38 +0400 Subject: [PATCH] Remove quiet splash --- etc/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/auto/config b/etc/auto/config index fe16ce5..21f2d58 100755 --- a/etc/auto/config +++ b/etc/auto/config @@ -21,7 +21,7 @@ lb config noauto \ --parent-archive-areas "main restricted universe multiverse" \ --linux-packages linux-image \ --linux-flavours "$KERNEL_FLAVORS" \ - --bootappend-live "boot=casper quiet splash" \ + --bootappend-live "boot=casper" \ --mirror-bootstrap "$MIRROR_URL" \ --parent-mirror-bootstrap "$MIRROR_URL" \ --mirror-chroot-security "http://security.ubuntu.com/ubuntu/" \