From dc826c9d4ffc66d02acf1b68d771d7a2962509d6 Mon Sep 17 00:00:00 2001 From: Tommie Levy Date: Sat, 23 Dec 2017 19:50:02 -0500 Subject: [PATCH] Use bash as shell until #1124 is fixed --- filesystem.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/filesystem.toml b/filesystem.toml index a3fbf0b..13c65da 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -10,7 +10,7 @@ prompt = false #acid = {} #autoconf = {} #automake = {} -#bash = {} +bash = {} #binutils = {} #ca-certificates = {} #cargo = {} @@ -75,10 +75,12 @@ 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"