summaryrefslogtreecommitdiffstats
path: root/move/runstage2
diff options
context:
space:
mode:
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);