summaryrefslogtreecommitdiffstats
path: root/create-installer
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-04 18:11:19 +0200
committerSebastian Schmelzer2011-05-04 18:11:19 +0200
commitade0d1f264970b404de66142d830b07a4ce43ddc (patch)
tree6f80e2df7863a598666272b116e37e4c6139f62e /create-installer
parentfix for small, single partition usb sticks (diff)
downloadusb-boot-stick-ade0d1f264970b404de66142d830b07a4ce43ddc.tar.gz
usb-boot-stick-ade0d1f264970b404de66142d830b07a4ce43ddc.tar.xz
usb-boot-stick-ade0d1f264970b404de66142d830b07a4ce43ddc.zip
pbmtk v1
Diffstat (limited to 'create-installer')
-rwxr-xr-xcreate-installer13
1 files changed, 13 insertions, 0 deletions
diff --git a/create-installer b/create-installer
index 50075f9..0bd5038 100755
--- a/create-installer
+++ b/create-installer
@@ -1,4 +1,17 @@
#!/bin/bash
+# -----------------------------------------------------------------------------
+# Copyright (c) 2011 - OpenSLX GmbH
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your suggestions, praise, or complaints to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org/
+# -----------------------------------------------------------------------------
+# PreBoot USB stick preparation utility
+# -----------------------------------------------------------------------------
ROOT_DIR=$(dirname $(readlink -f $0))