mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
install: Add 'passwd' to installation image.
* gnu/system/install.scm (installation-os): Add SHADOW in package list.
This commit is contained in:
parent
d0a26f3a68
commit
0dc4a498a3
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ (define installation-os
|
|||
(base-pam-services #:allow-empty-passwords? #t))
|
||||
|
||||
(packages (cons* (canonical-package glibc) ;for 'tzselect' & co.
|
||||
shadow ;'passwd', for easy SSH access
|
||||
parted gptfdisk ddrescue
|
||||
grub ;mostly so xrefs to its manual work
|
||||
cryptsetup
|
||||
|
|
Loading…
Reference in a new issue