changeset 1577:7083fb6ef82c

Bash is causing a (harmless but annoying) segfault on arm for some reason, so use ash to run init script.
author Rob Landley <rob@landley.net>
date Thu, 27 Dec 2012 07:30:10 -0600
parents 2f1f9b284986
children fcf026742d92
files sources/root-filesystem/sbin/init.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/root-filesystem/sbin/init.sh	Sun Dec 16 18:07:38 2012 -0600
+++ b/sources/root-filesystem/sbin/init.sh	Thu Dec 27 07:30:10 2012 -0600
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/ash
 
 export HOME=/home