From d34c0ac6e9c669702bc4957faa5ee51f2b9465c3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 9 Sep 2013 21:52:14 +0200 Subject: gnu: vm: Copy /etc/shadow to the guest. * gnu/system/vm.scm (example2): Add SHADOW to #:inputs-to-copy. --- gnu/system/vm.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/system') diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 059cea1a45..5128bdfd29 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -442,7 +442,8 @@ (define (example2) ("guile" ,guile-2.0) ("mingetty" ,mingetty) - ("shadow" ,passwd)))))) + ("etc-passwd" ,passwd) + ("etc-shadow" ,shadow)))))) (lambda () (close-connection store))))) -- cgit v1.2.3