From 8f297d422a2571e303f4ee40081e30304b5394e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 14 Jul 2014 18:06:35 +0200 Subject: [PATCH] install: Remove GNU fdisk from the image. * gnu/system/install.scm (installation-os): Remove FDISK. --- gnu/system/install.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 6d0a7eac727c133c07c7611e79f676d950fbe87e..b30c5577e4cffe1fc21681eca2460e7dc2844707 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -133,7 +133,11 @@ Use Alt-F2 for documentation. (base-pam-services #:allow-empty-passwords? #t)) (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)))) ;; Return it here so 'guix system' can consume it directly.