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
|
@ -360,7 +360,8 @@ Use Alt-F2 for documentation.
|
|||
;; Explicitly allow for empty passwords.
|
||||
(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
|
||||
grub ;mostly so xrefs to its manual work
|
||||
cryptsetup
|
||||
|
|
Loading…
Reference in New Issue