mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
installer: Remove specific logging code.
* gnu/installer/final.scm (install-system): Remove command logging to syslog, as this is taken care of by the new facilities. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
2f7f1d11e9
commit
c57ec6ed1e
1 changed files with 1 additions and 11 deletions
|
@ -211,17 +211,7 @@ (define (assert-exit x)
|
||||||
|
|
||||||
(setenv "PATH" path)
|
(setenv "PATH" path)
|
||||||
|
|
||||||
;; If there are any connected clients, assume that we are running
|
(set! ret (run-command install-command)))
|
||||||
;; installation tests. In that case, dump the standard and error
|
|
||||||
;; outputs to syslog.
|
|
||||||
(set! ret
|
|
||||||
(if (not (null? (current-clients)))
|
|
||||||
(with-output-to-file "/dev/console"
|
|
||||||
(lambda ()
|
|
||||||
(with-error-to-file "/dev/console"
|
|
||||||
(lambda ()
|
|
||||||
(run-command install-command)))))
|
|
||||||
(run-command install-command))))
|
|
||||||
(lambda ()
|
(lambda ()
|
||||||
;; Restart guix-daemon so that it does no keep the MNT namespace
|
;; Restart guix-daemon so that it does no keep the MNT namespace
|
||||||
;; alive.
|
;; alive.
|
||||||
|
|
Loading…
Reference in a new issue