From 360605ee0b04c132aaf3922dd4b30153ad1f7b9e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 29 Dec 2017 14:59:23 -0700 Subject: [PATCH] Revert "Use bash as shell until #1124 is fixed" --- filesystem.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/filesystem.toml b/filesystem.toml index 13c65da..a3fbf0b 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -10,7 +10,7 @@ prompt = false #acid = {} #autoconf = {} #automake = {} -bash = {} +#bash = {} #binutils = {} #ca-certificates = {} #cargo = {} @@ -75,12 +75,10 @@ uid = 0 gid = 0 name = "root" home = "/root" -shell = "/bin/bash" [users.user] # Password is unset password = "" -shell = "/bin/bash" [[files]] path = "/etc/init.d/00_base"