1
0
mirror of synced 2026-04-26 12:26:54 +00:00
Files
xen-tools.xen-tools/bin/xt-install-image
steve 1cad512f51 2006-06-09 09:25:23 by steve
Added.  Stubs.
2006-06-09 09:25:23 +00:00

13 lines
160 B
Perl
Executable File

#!/usr/bin/perl -w
#
# Install Linux into a given directory, either via:
#
# * debootstrap
# * rpmstrap
# * untarring.
# * copying
#
use strict;