diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm index 82375d29e3..381e1b3ce7 100644 --- a/gnu/installer/parted.scm +++ b/gnu/installer/parted.scm @@ -1502,6 +1502,7 @@ (define (user-partitions->configuration user-partitions) (define (init-parted) "Initialize libparted support." + (%parted-syslog-port (syslog-port)) (probe-all-devices!) ;; Remove all logical devices, otherwise "device-is-busy?" will report true ;; on all devices containaing active logical volumes.