From daa022be0dc7e0c68e258eea6aaa3291c4648e27 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 22 Sep 2008 19:25:20 +0000 Subject: [PATCH] init: changed to pass the ball to /etc/rc.d/rc.sysinit --- initramfs/init.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/initramfs/init.sh b/initramfs/init.sh index b8b0713..6635af3 100644 --- a/initramfs/init.sh +++ b/initramfs/init.sh @@ -2,7 +2,7 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: target/Idunn/initramfs/init.sh +# Filename: target/idunn/initramfs/init.sh # Copyright (C) 2008 The OpenSDE Project # # More information can be found in the files COPYING and README. @@ -13,4 +13,8 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +export PATH + +/etc/rc.d/rc.sysinit + exec /bin/sh