mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
installer: Rename RUN-PARTIONING-PAGE.
* gnu/installer/newt/partition.scm (run-partioning-page): Rename to run-partitioning-page. Adjust all callers.
This commit is contained in:
parent
e1f3788944
commit
5e17ae7fbd
2 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ (define (user-page)
|
|||
(run-user-page))
|
||||
|
||||
(define (partition-page)
|
||||
(run-partioning-page))
|
||||
(run-partitioning-page))
|
||||
|
||||
(define (services-page)
|
||||
(run-services-page))
|
||||
|
|
|
@ -32,7 +32,7 @@ (define-module (gnu installer newt partition)
|
|||
#:use-module (srfi srfi-35)
|
||||
#:use-module (newt)
|
||||
#:use-module (parted)
|
||||
#:export (run-partioning-page))
|
||||
#:export (run-partitioning-page))
|
||||
|
||||
(define (button-exit-action)
|
||||
"Raise the &installer-step-abort condition."
|
||||
|
@ -725,7 +725,7 @@ (define (hotkey-action key listbox-item)
|
|||
(run-disk-page result-disks new-user-partitions
|
||||
#:guided? guided?)))))
|
||||
|
||||
(define (run-partioning-page)
|
||||
(define (run-partitioning-page)
|
||||
"Run a page asking the user for a partitioning method."
|
||||
(define (run-page devices)
|
||||
(let* ((items
|
||||
|
|
Loading…
Reference in a new issue