gnu: vm: Copy /etc/shadow to the guest.

* gnu/system/vm.scm (example2): Add SHADOW to #:inputs-to-copy.
This commit is contained in:
Ludovic Courtès 2013-09-09 21:52:14 +02:00
parent 98aeb06b41
commit d34c0ac6e9
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@ is a /etc/passwd file."
("guile" ,guile-2.0) ("guile" ,guile-2.0)
("mingetty" ,mingetty) ("mingetty" ,mingetty)
("shadow" ,passwd)))))) ("etc-passwd" ,passwd)
("etc-shadow" ,shadow))))))
(lambda () (lambda ()
(close-connection store))))) (close-connection store)))))