me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2022-11-11 22:30:41 +01:00
parent 1dd4569210
commit c169a4f0fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 8 deletions

View File

@ -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"