installer: Remove debug popup.
* gnu/installer/newt/partition.scm (run-partioning-page): Remove debug partition popup.
This commit is contained in:
parent
a8c4b68288
commit
513914b59f
|
@ -746,8 +746,6 @@ by pressing the Exit button.~%~%")))
|
||||||
(form (draw-formating-page)))
|
(form (draw-formating-page)))
|
||||||
;; Make sure the disks are not in use before proceeding to formating.
|
;; Make sure the disks are not in use before proceeding to formating.
|
||||||
(free-parted non-install-devices)
|
(free-parted non-install-devices)
|
||||||
(run-error-page (format #f "~a" user-partitions-with-pass)
|
|
||||||
"user-partitions")
|
|
||||||
(format-user-partitions user-partitions-with-pass)
|
(format-user-partitions user-partitions-with-pass)
|
||||||
(destroy-form-and-pop form)
|
(destroy-form-and-pop form)
|
||||||
user-partitions))
|
user-partitions))
|
||||||
|
|
Loading…
Reference in New Issue