From 52692356c991723e364db31d48e5ac96a14ba7ac Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 11 Mar 2002 17:15:22 +0000 Subject: added embedded mode --- perl-install/standalone/drakxtv | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 5cd2bfcab..737eb360b 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -33,6 +33,7 @@ use strict; use detect_devices; use common; +$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; my $in = 'interactive'->vnew('su', 'default'); sub scan4channels { -- cgit v1.2.1