diff --git a/[refs] b/[refs] index a0336831a025..3f2f8be1eed5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8fc2751beb0941966d3a97b26544e8585e428c08 +refs/heads/master: c1d7ef70a71eb54fb389a9a411d331661be73056 diff --git a/trunk/init/main.c b/trunk/init/main.c index a29fb2ac7240..e4dbcbcd26cf 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -708,10 +708,11 @@ static int init(void * unused) * The Bourne shell can be used instead of init if we are * trying to recover a really broken machine. */ - - if (execute_command) + if (execute_command) { run_init_process(execute_command); - + printk(KERN_WARNING "Failed to execute %s. Attempting " + "defaults...\n", execute_command); + } run_init_process("/sbin/init"); run_init_process("/etc/init"); run_init_process("/bin/init");