summaryrefslogtreecommitdiffstats
path: root/move/runstage2
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-09 21:48:47 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-09 21:48:47 +0000
commit208870d500d245362fd6cc52f3bf28723475fe91 (patch)
tree993f4f626b8ff2bd66c05a73f88a1d81710fc073 /move/runstage2
parentbcafc07d0f9251906312f6d5492d8308ddcec49c (diff)
downloaddrakx-208870d500d245362fd6cc52f3bf28723475fe91.tar
drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar.gz
drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar.bz2
drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar.xz
drakx-208870d500d245362fd6cc52f3bf28723475fe91.zip
mandrake-move can nearly start (shell starts, X config not done so X server currently crashes)
Diffstat (limited to 'move/runstage2')
-rwxr-xr-xmove/runstage29
1 files changed, 9 insertions, 0 deletions
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);