diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-10-20 17:54:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-10-20 17:54:42 +0000 |
commit | c98d7b8b2de6808503ced96544c521fc25c2dd6a (patch) | |
tree | 594314933817034704bbbf11ff302dd51be4214a /rescue/make_rescue_img | |
parent | 0002d4cb130e8f6965362237206bcaa4e3605ae2 (diff) | |
download | drakx-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar drakx-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar.gz drakx-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar.bz2 drakx-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar.xz drakx-c98d7b8b2de6808503ced96544c521fc25c2dd6a.zip |
fix reboot by creating /dev/initctl (what's this??)
(it was broken when called in rc.sysinit, it was working otherwise)
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 1 |
1 files changed, 1 insertions, 0 deletions
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"; { |