diff options
-rw-r--r-- | gnu/packages/freedesktop.scm | 9 |
1 files changed, 1 insertions, 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 @@ Its features include: (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" |