X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=arch-pxe;h=78c31066c7099c9c15d70e2428a2ef4f32f0ddfb;hp=68b288f71269e5f21aa15c7f8f20423c318f467e;hb=1a5548031efc4a1fa88ca94237eac3033cf97ef1;hpb=da12892acf1eda37539938f2dd726f815b377e7a diff --git a/arch-pxe b/arch-pxe index 68b288f..78c3106 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 <