13 lines
160 B
Perl
Executable File
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;
|