mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
1dd4569210
commit
c169a4f0fb
1 changed files with 1 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue