[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/68: installer: newt: Locate the logo within local-file.
From: |
guix-commits |
Subject: |
07/68: installer: newt: Locate the logo within local-file. |
Date: |
Thu, 17 Jan 2019 08:05:09 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 9b9a5e3283168463545588f83748bb36411e68fe
Author: Mathieu Othacehe <address@hidden>
Date: Sun Nov 18 12:22:50 2018 +0900
installer: newt: Locate the logo within local-file.
* gnu/installer/newt.scm (logo): Remove it,
(welcome-page): Use a relative path to locate the logo.
---
gnu/installer/newt.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index 3d9fd69..23b737d 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -57,13 +57,8 @@
#~(lambda* (zonetab)
(run-timezone-page zonetab)))
-(define logo
- (string-append
- (dirname (search-path %load-path "guix.scm"))
- "/gnu/installer/aux-files/logo.txt"))
-
(define welcome-page
- #~(run-welcome-page #$(local-file logo)))
+ #~(run-welcome-page #$(local-file "aux-files/logo.txt")))
(define menu-page
#~(lambda (steps)
- 21/68: installer: Remove "selection" from all titles., (continued)
- 21/68: installer: Remove "selection" from all titles., guix-commits, 2019/01/17
- 20/68: file-systems: Export read-partition-label and read-partition-uuid., guix-commits, 2019/01/17
- 22/68: installer: Add new utils., guix-commits, 2019/01/17
- 33/68: installer: Reorder POTFILES.in, guix-commits, 2019/01/17
- 31/68: installer: Add user module., guix-commits, 2019/01/17
- 32/68: installer: Add partitioning support., guix-commits, 2019/01/17
- 09/68: doc: Document the graphical installer., guix-commits, 2019/01/17
- 34/68: installer: Reorder local.mk., guix-commits, 2019/01/17
- 35/68: installer: Remove group selection in user page., guix-commits, 2019/01/17
- 06/68: installer: newt: Use scheme-modules* instead of scheme-modules., guix-commits, 2019/01/17
- 07/68: installer: newt: Locate the logo within local-file.,
guix-commits <=
- 08/68: configure: Disable installer build by default., guix-commits, 2019/01/17
- 05/68: gnu: Add graphical installer support., guix-commits, 2019/01/17