diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-01-02 10:06:38 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-01-02 10:06:38 +0000 |
commit | d189fe1d4f8187826f5412455b029d999883c516 (patch) | |
tree | c0ff2c426216769e6a97cce9bf23210834f90282 /perl-install | |
parent | 2b100a63e6a81a633698b11a60637c777c778f41 (diff) | |
download | drakx-d189fe1d4f8187826f5412455b029d999883c516.tar drakx-d189fe1d4f8187826f5412455b029d999883c516.tar.gz drakx-d189fe1d4f8187826f5412455b029d999883c516.tar.bz2 drakx-d189fe1d4f8187826f5412455b029d999883c516.tar.xz drakx-d189fe1d4f8187826f5412455b029d999883c516.zip |
add parallel init support (Couriousous)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index a6a8b94b9..147929b6a 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -5,6 +5,10 @@ # chkconfig: 345 05 95 # description: This runs the hardware probe, and optionally configures \ # changed hardware. +# +# X-Parallel-Init +# X-Parallel-Requires: pcmcia +# X-Parallel-Interactive # This is an interactive program, we need the current locale |