From 208870d500d245362fd6cc52f3bf28723475fe91 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Oct 2003 21:48:47 +0000 Subject: mandrake-move can nearly start (shell starts, X config not done so X server currently crashes) --- move/runstage2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 move/runstage2 (limited to 'move/runstage2') diff --git a/move/runstage2 b/move/runstage2 new file mode 100755 index 000000000..64c557db6 --- /dev/null +++ b/move/runstage2 @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use lib qw(/usr/bin/stage2 /usr/lib/libDrakX); +use install2; + +$::isStandalone = 0; +install2::main(@ARGV, '--move'); + +c::_exit(0); -- cgit v1.2.1