summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-10-20 17:54:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-10-20 17:54:42 +0000
commitc98d7b8b2de6808503ced96544c521fc25c2dd6a (patch)
tree594314933817034704bbbf11ff302dd51be4214a /rescue/make_rescue_img
parent0002d4cb130e8f6965362237206bcaa4e3605ae2 (diff)
downloaddrakx-backup-do-not-use-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar
drakx-backup-do-not-use-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar.gz
drakx-backup-do-not-use-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar.bz2
drakx-backup-do-not-use-c98d7b8b2de6808503ced96544c521fc25c2dd6a.tar.xz
drakx-backup-do-not-use-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-xrescue/make_rescue_img1
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";
{