me
/
guix
Archived
1
0
Fork 0

install: Add lvm2-static system package.

* gnu/system/install.scm (%installer-disk-utilities): Add lvm2-static.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:00 +01:00
parent bba76198c5
commit 90a2b8c64a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,8 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
;; A well-rounded set of packages for interacting with disks, partitions and ;; A well-rounded set of packages for interacting with disks, partitions and
;; file systems, included with the Guix installation image. ;; file systems, included with the Guix installation image.
(list parted gptfdisk ddrescue (list parted gptfdisk ddrescue
;; Use the static LVM2 because it's already pulled in by the installer.
lvm2-static
;; We used to provide fdisk from GNU fdisk, but as of version 2.0.0a ;; We used to provide fdisk from GNU fdisk, but as of version 2.0.0a
;; it pulls Guile 1.8, which takes unreasonable space; furthermore ;; it pulls Guile 1.8, which takes unreasonable space; furthermore
;; util-linux's fdisk is already available, in %base-packages-linux. ;; util-linux's fdisk is already available, in %base-packages-linux.