mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
system: install: Add gptfdisk to installation os.
* gnu/system/install.scm (installation-os)[packages]: Add gptfdisk.
This commit is contained in:
parent
6c4f7022c6
commit
72524ae843
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ (define installation-os
|
|||
(base-pam-services #:allow-empty-passwords? #t))
|
||||
|
||||
(packages (cons* (canonical-package glibc) ;for 'tzselect' & co.
|
||||
parted ddrescue
|
||||
parted gptfdisk ddrescue
|
||||
grub ;mostly so xrefs to its manual work
|
||||
cryptsetup
|
||||
mdadm
|
||||
|
|
Loading…
Reference in a new issue