From 5c7f7b3c4fe70a4ca322b74596ec09be5cfa5665 Mon Sep 17 00:00:00 2001 From: Max Galemin Date: Sun, 4 Mar 2012 12:05:55 +1100 Subject: [PATCH] Issue 22: Buildroot ver. 2012.02 1. Changed default shell from Busybox's sh to normal bash. --- fs/skeleton/etc/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/skeleton/etc/passwd b/fs/skeleton/etc/passwd index ed7006a..92db432 100644 --- a/fs/skeleton/etc/passwd +++ b/fs/skeleton/etc/passwd @@ -1,4 +1,4 @@ -root:x:0:0:root:/root:/bin/sh +root:x:0:0:root:/root:/bin/bash daemon:x:1:1:daemon:/usr/sbin:/bin/sh bin:x:2:2:bin:/bin:/bin/sh sys:x:3:3:sys:/dev:/bin/sh