From c169a4f0fb18136f5a606d9ad5b85e7459d81273 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 11 Nov 2022 22:30:41 +0100 Subject: gnu: plymouth: Change configure flags. Remove unnecessary color flags, and set the default logo to the run directory because /etc will not exist in the early boot process. * gnu/packages/freedesktop.scm (plymouth)[arguments]: Remove "--with-background-color", "--with-background-start-color-stop", and "--with-background-end-color-stop" options; change value of "--with-logo" option. --- gnu/packages/freedesktop.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index e950dcf7cb..2ec01f0f5f 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2234,14 +2234,7 @@ (define-public plymouth (arguments (list #:configure-flags - '(list (string-append "--with-logo=" - "/etc/plymouth/logo.png") - (string-append "--with-background-color=" - "0x00ff00") - (string-append "--with-background-start-color-stop=" - "0xff0000") - (string-append "--with-background-end-color-stop=" - "0x0000ff") + '(list "--with-logo=/var/run/plymouth/logo.png" "--localstatedir=/var" "--with-boot-tty=/dev/console" "--without-system-root-install" -- cgit v1.2.3