mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
install: Add more useful packages.
* gnu/system/install.scm (installation-os)[packages]: Add isc-dhcp, net-tools, ddrescue, kbd, and texinfo-4.
This commit is contained in:
parent
28b1d6d8f3
commit
e73a99a304
1 changed files with 5 additions and 3 deletions
|
@ -138,9 +138,11 @@ (define installation-os
|
|||
(base-pam-services #:allow-empty-passwords? #t))
|
||||
|
||||
(packages (list bash coreutils findutils grep sed
|
||||
procps psmisc less
|
||||
guile-2.0 dmd guix util-linux inetutils
|
||||
parted fdisk module-init-tools
|
||||
procps psmisc less texinfo-4
|
||||
guile-2.0 dmd guix util-linux
|
||||
inetutils isc-dhcp net-tools
|
||||
parted fdisk ddrescue
|
||||
module-init-tools kbd
|
||||
zile))))
|
||||
|
||||
;; Return it here so 'guix system' can consume it directly.
|
||||
|
|
Loading…
Reference in a new issue