mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
install: Add glibc to the global profile.
Suggested by petter on #guix. * gnu/system/install.scm (installation-os)[packages]: Add glibc.
This commit is contained in:
parent
202e2e412a
commit
a6312f1dd0
1 changed files with 2 additions and 1 deletions
|
@ -360,7 +360,8 @@ (define installation-os
|
||||||
;; Explicitly allow for empty passwords.
|
;; Explicitly allow for empty passwords.
|
||||||
(base-pam-services #:allow-empty-passwords? #t))
|
(base-pam-services #:allow-empty-passwords? #t))
|
||||||
|
|
||||||
(packages (cons* texinfo-4 ;for the standalone Info reader
|
(packages (cons* (canonical-package glibc) ;for 'tzselect' & co.
|
||||||
|
texinfo-4 ;for the standalone Info reader
|
||||||
parted ddrescue
|
parted ddrescue
|
||||||
grub ;mostly so xrefs to its manual work
|
grub ;mostly so xrefs to its manual work
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
|
Loading…
Reference in a new issue