summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-02-02 04:15:58 +0000
committerdamien <damien@mandriva.com>2001-02-02 04:15:58 +0000
commit5dc7525463fc6989825282f577970b2508d51807 (patch)
treec6a2547cbc2d0e51911f08afd3d1b432ac48af5f /perl-install/standalone/diskdrake
parentc10c75413f135fa2759366d7d9a64ba47e0f4030 (diff)
downloaddrakx-5dc7525463fc6989825282f577970b2508d51807.tar
drakx-5dc7525463fc6989825282f577970b2508d51807.tar.gz
drakx-5dc7525463fc6989825282f577970b2508d51807.tar.bz2
drakx-5dc7525463fc6989825282f577970b2508d51807.tar.xz
drakx-5dc7525463fc6989825282f577970b2508d51807.zip
recoded wizard mode
corrected some stuff. trying not to break draknet for cooker snapshot
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-xperl-install/standalone/diskdrake6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index 1902069c8..4ecab2b75 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -33,6 +33,12 @@ use fs;
use log;
use c;
+$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\S*) (\S*)/;
+
+print "EMBED\n" if $::isEmbedded;
+print "XID : $::XID\n";
+print "CCPID : $::CCPID\n";
+
local $_ = join '', @ARGV;
/-h/ and die "usage: diskdrake [--expert] [--testing]\n";