From 1df39c44be98ac12826906818ac003127d0539e5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2002 19:21:17 +0000 Subject: add --testing --- perl-install/standalone/drakboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index eb8150b2c..693307552 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -16,9 +16,10 @@ use c; $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; local $_ = join '', @ARGV; -/-h/ and die "usage: drakboot [--expert]\n"; +/-h/ and die "usage: drakboot [--expert] [--testing]\n"; $::expert = /-expert/; +$::testing = /-testing/; my $in = 'interactive'->vnew('su', 'bootloader'); -- cgit v1.2.1