diff options
-rw-r--r-- | gnu/system/install.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 8ec93bc4f9..0cfc8fa5c9 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -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 |