diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-07-14 18:06:35 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-14 18:06:35 +0200 |
| commit | 8f297d422a2571e303f4ee40081e30304b5394e2 (patch) | |
| tree | db0f722c0f99eade006315d4e82afe5d49456409 /gnu | |
| parent | 932e1f92404d917a91af28737d6631ec45b56875 (diff) | |
install: Remove GNU fdisk from the image.
* gnu/system/install.scm (installation-os): Remove FDISK.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system/install.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 6d0a7eac727..b30c5577e4c 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -133,7 +133,11 @@ Use Alt-F2 for documentation. | |||
| 133 | (base-pam-services #:allow-empty-passwords? #t)) | 133 | (base-pam-services #:allow-empty-passwords? #t)) |
| 134 | 134 | ||
| 135 | (packages (cons* texinfo-4 ; for the standalone Info reader | 135 | (packages (cons* texinfo-4 ; for the standalone Info reader |
| 136 | parted fdisk ddrescue | 136 | parted ddrescue |
| 137 | ;; XXX: We used to have GNU fdisk here, but as of version | ||
| 138 | ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable | ||
| 139 | ;; space; furthermore util-linux's fdisk is already | ||
| 140 | ;; available here, so we keep that. | ||
| 137 | %base-packages)))) | 141 | %base-packages)))) |
| 138 | 142 | ||
| 139 | ;; Return it here so 'guix system' can consume it directly. | 143 | ;; Return it here so 'guix system' can consume it directly. |
