tests: installer: Display the final configuration file.

* gnu/installer/final.scm (install-system): Display the generated
configuration file in the syslog to ease installer tests debugging.

Change-Id: Ia5faf696a5244ece955616b4b9a350d057b93696
This commit is contained in:
Mathieu Othacehe 2025-07-07 19:37:31 +02:00
parent 810dcc837c
commit e6c9d02ea2
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -220,6 +220,11 @@ or #f. Return #t on success and #f on failure."
(setenv "PATH" "/run/current-system/profile/bin/")
(for-each (lambda (line)
(installer-log-line "~a" line))
(with-input-from-file (%installer-configuration-file)
read-lines))
(set! ret (run-command install-command #:tty? #t)))
(lambda ()
;; Stop guix-daemon so that it does no keep the MNT namespace