From f9c3d7fa037c1c262b8964800b82fcb78f68d5ca Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Nov 2003 13:07:51 +0000 Subject: don't mount totem clp if option "live" is given on cmdline --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move') diff --git a/move/move.pm b/move/move.pm index dcaf1488d..8f9abd7f6 100644 --- a/move/move.pm +++ b/move/move.pm @@ -88,7 +88,7 @@ sub install2::startMove { install_steps::addUser($o); #- need be done early because it provide some libs such as libssl which is needed for automatic printer config - lomount_clp('totem') if ! -x '/usr/bin/totem'; + lomount_clp('totem') if ! -x '/usr/bin/totem' && cat_('/proc/cmdline') !~ /\blive\b/; #- automatic printer, timezone, network configs require install_steps_interactive; -- cgit v1.2.1