X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai-wrapper;h=d07ea8f3fa4179c5805e32197c853b23832aba5f;hp=5a38b834cf3c1bd6fe3a15ae32dc353496160e09;hb=1a5548031efc4a1fa88ca94237eac3033cf97ef1;hpb=da12892acf1eda37539938f2dd726f815b377e7a diff --git a/fai-wrapper b/fai-wrapper index 5a38b83..d07ea8f 100644 --- a/fai-wrapper +++ b/fai-wrapper @@ -1,4 +1,19 @@ #!/bin/bash +# Copyright (C) 2016 Ian Kelling + +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # for using some fai commands outside of fai ifclass() { @@ -8,7 +23,7 @@ ifclass() { export -f ifclass classes= # used by fcopy for x in $(bash /a/bin/fai/fai/config/class/50-host-classes); do - # export class vars with CLASS_ in front to avoid name colissions. + # export class vars with CLASS_ in front to avoid name collisions. classes+=" $x" export CLASS_$x=true done