gnu: vm: Copy /etc/shadow to the guest.
* gnu/system/vm.scm (example2): Add SHADOW to #:inputs-to-copy.
This commit is contained in:
parent
98aeb06b41
commit
d34c0ac6e9
|
@ -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)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue