From: Justin Patrin Date: Thu, 11 Aug 2005 17:42:34 +0000 (+0000) Subject: CoreDump was right, the REAL_INIT is init.sysvinit X-Git-Tag: Release-2010-05/1~9453^2~3920^2~6^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073641a242674d79964829763bc622e772aba84c;p=openembedded.git CoreDump was right, the REAL_INIT is init.sysvinit --- diff --git a/packages/altboot/files/spitz/altboot.cfg b/packages/altboot/files/spitz/altboot.cfg index 2640d9279a..be90c62eb4 100644 --- a/packages/altboot/files/spitz/altboot.cfg +++ b/packages/altboot/files/spitz/altboot.cfg @@ -4,7 +4,7 @@ # the ROM. This is currently broken. ENABLE_ALTBOOT="yes" TIMEOUT="3" -REAL_INIT="/sbin/init" +REAL_INIT="/sbin/init.sysvinit" SH_SHELL="/bin/sh" IMAGE_PATH="boot-images" IMAGE_TYPE="ext3"