X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=arch-pxe;h=5a26fd70a7f97c9a66bc4035907f15a69ed8ce96;hb=43480add5b3ab6f4e407065454bd6be1d1fe1870;hp=68b288f71269e5f21aa15c7f8f20423c318f467e;hpb=affd7d3cdd0671dcca07f29de9c86b5e3b57ea1f;p=automated-distro-installer diff --git a/arch-pxe b/arch-pxe index 68b288f..5a26fd7 100755 --- a/arch-pxe +++ b/arch-pxe @@ -1,4 +1,19 @@ #!/bin/bash -lx +# 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. # Setup arch pxe boot server from the base image. # Requires manually downloading image to /a/opt, and set it's name below. @@ -16,7 +31,7 @@ ex $iso.iso sed -i --follow-symlinks -f - $iso/arch/boot/syslinux/archiso_pxe64.cfg <