install: Deduplicate packages with %base-package sets.

* gnu/system.scm (%base-packages-interactive): Add nvi.
* gnu/system/install.scm (installation-os)[packages]: Remove parted,
gptfdisk, ddrescue, cryptsetup, mdadm, dosfstools, btrfs-progs,
f2fs-tools, jfstools, openssh, wireless-tools, iw,
wpa-supplicant-minimal, iproute, bash-completion, nvi. Add
%base-packages-disk-utilities.
This commit is contained in:
Efraim Flashner 2020-10-09 12:51:26 +03:00
parent e6e076281e
commit 4170af491c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
2 changed files with 12 additions and 27 deletions

View file

@ -56,6 +56,7 @@
#:use-module (gnu packages linux)
#:use-module (gnu packages man)
#:use-module (gnu packages nano)
#:use-module (gnu packages nvi)
#:use-module (gnu packages package-management)
#:use-module (gnu packages pciutils)
#:use-module (gnu packages texinfo)
@ -715,6 +716,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
(define %base-packages-interactive
;; Default set of common interactive packages.
(list less zile nano
nvi
man-db
info-reader ;the standalone Info reader (no Perl)
bash-completion