From ea0e9ce2e6d0c99106c47ee32203b92933a837de Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 8 Feb 2014 00:18:25 +0100 Subject: gnu: Move root's home directory to /root. * gnu/system.scm (operating-system-derivation): Change root's 'home-directory' to "/root". * gnu/system/vm.scm (operating-system-default-contents): Add /root. --- gnu/system/vm.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system') diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 1bdd2c6e92..dea7d0599b 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -485,6 +485,7 @@ basic contents of the root file system of OS." (directory "/tmp") (directory "/var/nix/profiles/per-user/root" 0 0) + (directory "/root" 0 0) ; an exception ,@(append-map user-directories (operating-system-users os)))))) -- cgit v1.2.3