summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-08 11:53:20 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-08 11:53:20 +0000
commitb3667ce76742876d2a27ca65fe2be850d077bc2b (patch)
treebe495e402075b38718eef543836551831fdbd012 /perl-install/install/Makefile
parent76478044618001837f98f90accb583157476d354 (diff)
downloaddrakx-backup-do-not-use-b3667ce76742876d2a27ca65fe2be850d077bc2b.tar
drakx-backup-do-not-use-b3667ce76742876d2a27ca65fe2be850d077bc2b.tar.gz
drakx-backup-do-not-use-b3667ce76742876d2a27ca65fe2be850d077bc2b.tar.bz2
drakx-backup-do-not-use-b3667ce76742876d2a27ca65fe2be850d077bc2b.tar.xz
drakx-backup-do-not-use-b3667ce76742876d2a27ca65fe2be850d077bc2b.zip
(dont_run_directly_stage2) start udev since we fork a shell prior to running stage2
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r--perl-install/install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile
index fbd4f5a3d..28899e806 100644
--- a/perl-install/install/Makefile
+++ b/perl-install/install/Makefile
@@ -104,7 +104,7 @@ stage2:
dont_run_directly_stage2:
[ -d $(DEST) ] || ../../tools/mdkinst_stage2_tool --uncompress $(STAGE2_DEST)
- echo -e '#!/bin/sh\n\nexec /usr/bin/busybox sh' > $(DEST)/usr/bin/runinstall2.sh
+ echo -e '#!/bin/sh\n\nperl -I/usr/lib/libDrakX -Minstall::install2 -e "install::install2::start_udev()"\nexec /usr/bin/busybox sh' > $(DEST)/usr/bin/runinstall2.sh
chmod a+x $(DEST)/usr/bin/runinstall2.sh
ln -sf runinstall2.sh $(DEST)/usr/bin/runinstall2