From c98d7b8b2de6808503ced96544c521fc25c2dd6a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Oct 2005 17:54:42 +0000 Subject: fix reboot by creating /dev/initctl (what's this??) (it was broken when called in rc.sysinit, it was working otherwise) --- rescue/make_rescue_img | 1 + 1 file changed, 1 insertion(+) diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index 174dbb8bc..ef2f37215 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -45,6 +45,7 @@ mkdir_p($tmp . chomp_($_)) foreach cat_("dirs"); _ "cp -a tree/* $tmp"; _ "find $tmp -name 'CVS*' | xargs rm -rf"; _ "perl devices.pl $tmp/dev"; +_ "mkfifo $tmp/dev/initctl"; substInFile { s/DISTRIB_DESCR/$ENV{DISTRIB_DESCR}/ } "$tmp/etc/issue"; { -- cgit v1.2.1