mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
install: Remove GNU fdisk from the image.
* gnu/system/install.scm (installation-os): Remove FDISK.
This commit is contained in:
parent
932e1f9240
commit
8f297d422a
1 changed files with 5 additions and 1 deletions
|
@ -133,7 +133,11 @@ (define installation-os
|
||||||
(base-pam-services #:allow-empty-passwords? #t))
|
(base-pam-services #:allow-empty-passwords? #t))
|
||||||
|
|
||||||
(packages (cons* texinfo-4 ; for the standalone Info reader
|
(packages (cons* texinfo-4 ; for the standalone Info reader
|
||||||
parted fdisk ddrescue
|
parted ddrescue
|
||||||
|
;; XXX: We used to have GNU fdisk here, but as of version
|
||||||
|
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
||||||
|
;; space; furthermore util-linux's fdisk is already
|
||||||
|
;; available here, so we keep that.
|
||||||
%base-packages))))
|
%base-packages))))
|
||||||
|
|
||||||
;; Return it here so 'guix system' can consume it directly.
|
;; Return it here so 'guix system' can consume it directly.
|
||||||
|
|
Loading…
Reference in a new issue