From 80e6ba2b0f9b22119421afc12aa30b1a35c50cbc Mon Sep 17 00:00:00 2001 From: lagertonne Date: Sun, 7 Mar 2021 19:18:52 +0100 Subject: [PATCH] Make boot process more verbose --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index 1efd2b9..dd707e9 100755 --- a/auto/config +++ b/auto/config @@ -3,4 +3,5 @@ lb config noauto \ --architectures amd64 \ --distribution buster \ + --bootappend-live "boot=live components initrd=/live/initrd.img" "${@}"