installer: Add a missing confirmation page before formatting.
This is a follow-up of: <https://issues.guix.gnu.org/57232> * gnu/installer/newt/partition.scm (run-label-page): Add a confirmation page when dealing with an EFI installation.
parent
b172241134
commit
00ff6f7c39
|
@ -108,7 +108,7 @@ all data on disk will be lost, are you sure you want to proceed?") item)
|
||||||
"Run a page asking the user to select a partition table label."
|
"Run a page asking the user to select a partition table label."
|
||||||
;; Force the GPT label if UEFI is supported.
|
;; Force the GPT label if UEFI is supported.
|
||||||
(if (efi-installation?)
|
(if (efi-installation?)
|
||||||
"gpt"
|
((run-label-confirmation-page button-callback) "gpt")
|
||||||
(run-listbox-selection-page
|
(run-listbox-selection-page
|
||||||
#:info-text (G_ "Select a new partition table type. \
|
#:info-text (G_ "Select a new partition table type. \
|
||||||
Be careful, all data on the disk will be lost.")
|
Be careful, all data on the disk will be lost.")
|
||||||
|
|
Reference in New Issue