diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-07 17:16:05 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-07 17:16:05 +0100 |
commit | 5a2f019c7d35d539036825a7d0cc184f0c7dc60a (patch) | |
tree | 7f31b5deab60d469737073cd9b200c32506952a0 /gnu/system | |
parent | 66f217b43aca603326dab17d4dda1a398bf4fb8c (diff) | |
parent | 0dd91619a597b52bcb5d6d1bb675a9eb65242c44 (diff) | |
download | guix-5a2f019c7d35d539036825a7d0cc184f0c7dc60a.tar.gz |
Merge branch 'version-0.14.0'
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 2e4dd05bb2..c2f73f7e8f 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -265,7 +265,10 @@ You have been warned. Thanks for being so brave.\x1b[0m ;; The root account is passwordless, so make sure ;; a password is set before allowing logins. (allow-empty-passwords? #f) - (password-authentication? #t))) + (password-authentication? #t) + + ;; Don't start it upfront. + (%auto-start? #f))) ;; Since this is running on a USB stick with a overlayfs as the root ;; file system, use an appropriate cache configuration. |