summaryrefslogtreecommitdiffstats
path: root/tools/inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/colors17
-rw-r--r--tools/inc/files.config2
-rw-r--r--tools/inc/files.core11
-rw-r--r--tools/inc/files.share9
-rw-r--r--tools/inc/perl.modules.base29
l---------tools/inc/perl.modules.debian1
-rw-r--r--tools/inc/perl.modules.ubuntu29
7 files changed, 98 insertions, 0 deletions
diff --git a/tools/inc/colors b/tools/inc/colors
new file mode 100644
index 00000000..984a8640
--- /dev/null
+++ b/tools/inc/colors
@@ -0,0 +1,17 @@
+Black='\e[0;30m'
+DarkGray='\e[1;30m'
+Blue='\e[0;34m'
+LightBlue='\e[1;34m'
+Green='\e[0;32m'
+LightGreen='\e[1;32m'
+Cyan='\e[0;36m'
+LightCyan='\e[1;36m'
+Red='\e[0;31m'
+LightRed='\e[1;31m'
+Purple='\e[0;35m'
+LightPurple='\e[1;35m'
+Brown='\e[0;33m'
+Yellow='\e[1;33m'
+LightGray='\e[0;37m'
+White='\e[1;37m'
+NC='\e[0m' # No Color \ No newline at end of file
diff --git a/tools/inc/files.config b/tools/inc/files.config
new file mode 100644
index 00000000..f739624a
--- /dev/null
+++ b/tools/inc/files.config
@@ -0,0 +1,2 @@
+f boot-env/syslinux/pxemenu-*.example /boot-env/syslinux/
+f boot-env/syslinux/README.pxe /boot-env/syslinux/
diff --git a/tools/inc/files.core b/tools/inc/files.core
new file mode 100644
index 00000000..38961cee
--- /dev/null
+++ b/tools/inc/files.core
@@ -0,0 +1,11 @@
+f bin/slx* /bin/
+f config-db/slx* /bin/
+f installer/slx* /bin/
+f os-plugins/slx* /bin/
+f tools/uclibc-wrapper /bin/
+d lib/OpenSLX /lib/
+d boot-env/OpenSLX /lib/
+d config-db/OpenSLX /lib/
+d installer/OpenSLX /lib/
+d os-plugins/OpenSLX /lib/
+d os-plugins/plugins /lib/
diff --git a/tools/inc/files.share b/tools/inc/files.share
new file mode 100644
index 00000000..ede02d08
--- /dev/null
+++ b/tools/inc/files.share
@@ -0,0 +1,9 @@
+d initramfs/stage3-stuff /share/initramfs/
+d initramfs/tools /share/ramfstools/
+d initramfs/distro-specs /share/
+d initramfs/uclib-rootfs /share/
+d boot-env /share/
+d initramfs/tpm /share/
+f tools/mksquashfs /share/squashfs/mksquashfs_3_2
+f initramfs/eglibc-packages/mksquashfs/usr/bin/mksquashfs_3_3 /share/squashfs/
+f initramfs/eglibc-packages/mksquashfs/usr/bin/mksquashfs_4 /share/squashfs/
diff --git a/tools/inc/perl.modules.base b/tools/inc/perl.modules.base
new file mode 100644
index 00000000..6e6febd1
--- /dev/null
+++ b/tools/inc/perl.modules.base
@@ -0,0 +1,29 @@
+Carp
+Clone
+Config::General
+Data::Dumper
+Cwd
+DBI
+Digest::MD5
+Digest::SHA1
+Encode
+Exporter
+Fcntl
+File::Basename
+File::Find
+File::Glob
+File::Path
+FindBin
+Getopt::Long
+HTTP::Request::Common
+JSON
+LWP::UserAgent
+List::Util
+MIME::Base64
+Pod::Usage
+POSIX
+Scalar::Util
+Socket
+Storable
+Sys::Hostname
+Term::ReadLine \ No newline at end of file
diff --git a/tools/inc/perl.modules.debian b/tools/inc/perl.modules.debian
new file mode 120000
index 00000000..61f9d24c
--- /dev/null
+++ b/tools/inc/perl.modules.debian
@@ -0,0 +1 @@
+perl.modules.ubuntu \ No newline at end of file
diff --git a/tools/inc/perl.modules.ubuntu b/tools/inc/perl.modules.ubuntu
new file mode 100644
index 00000000..2a520b01
--- /dev/null
+++ b/tools/inc/perl.modules.ubuntu
@@ -0,0 +1,29 @@
+Carp perl-base
+Clone libclone-perl
+Config::General libconfig-general-perl
+Data::Dumper perl
+Cwd perl-base
+DBI libdbi-perl
+Digest::MD5 perl
+Digest::SHA1 libdigest-sha1-perl
+Encode perl
+Exporter perl-base
+Fcntl perl-base
+File::Basename perl-modules
+File::Find perl-modules
+File::Glob perl-base
+File::Path perl-modules
+FindBin perl-modules
+Getopt::Long perl-base
+HTTP::Request::Common libwww-perl
+JSON libjson-perl
+LWP::UserAgent libwww-perl
+List::Util perl-base
+MIME::Base64 perl
+Pod::Usage perl-modules
+POSIX perl-base
+Scalar::Util perl-base
+Socket perl-base
+Storable perl
+Sys::Hostname perl
+Term::ReadLine perl-modules \ No newline at end of file