diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:15 +0100 |
| commit | 90a2b8c64a0155a1cd663ee5408dc6bb09d64123 (patch) | |
| tree | 5eb38ad956134ba26e50b4563176abfe8e61db54 | |
| parent | bba76198c587559a8d68ccf024b491364e0ee7a7 (diff) | |
install: Add lvm2-static system package.
* gnu/system/install.scm (%installer-disk-utilities): Add lvm2-static.
| -rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index f6f1923121c..3f5352be87d 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -465,6 +465,8 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m | |||
| 465 | ;; A well-rounded set of packages for interacting with disks, partitions and | 465 | ;; A well-rounded set of packages for interacting with disks, partitions and |
| 466 | ;; file systems, included with the Guix installation image. | 466 | ;; file systems, included with the Guix installation image. |
| 467 | (list parted gptfdisk ddrescue | 467 | (list parted gptfdisk ddrescue |
| 468 | ;; Use the static LVM2 because it's already pulled in by the installer. | ||
| 469 | lvm2-static | ||
| 468 | ;; We used to provide fdisk from GNU fdisk, but as of version 2.0.0a | 470 | ;; We used to provide fdisk from GNU fdisk, but as of version 2.0.0a |
| 469 | ;; it pulls Guile 1.8, which takes unreasonable space; furthermore | 471 | ;; it pulls Guile 1.8, which takes unreasonable space; furthermore |
| 470 | ;; util-linux's fdisk is already available, in %base-packages-linux. | 472 | ;; util-linux's fdisk is already available, in %base-packages-linux. |
