diff options
author | Sebastian Schmelzer | 2011-05-04 18:11:19 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2011-05-04 18:11:19 +0200 |
commit | ade0d1f264970b404de66142d830b07a4ce43ddc (patch) | |
tree | 6f80e2df7863a598666272b116e37e4c6139f62e /create-installer | |
parent | fix for small, single partition usb sticks (diff) | |
download | usb-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-x | create-installer | 13 |
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)) |