]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Allow APPEND lines in ipxe.iso to function as expected
authorDominic Cleal <dcleal@redhat.com>
Thu, 19 May 2011 11:03:18 +0000 (12:03 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 19 May 2011 11:03:18 +0000 (12:03 +0100)
Signed-off-by: Dominic Cleal <dcleal@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/geniso

index 790e7171d593dcaa698cab87269e432157d6e681..48ea2f2aae08f9732a1ca3a33600b6a632bf7b3a 100755 (executable)
@@ -56,7 +56,7 @@ do
        g=${g//[^a-z0-9]}.krn
        case "$first" in
        "")
-               echo DEFAULT $g
+               echo DEFAULT $b
                ;;
        esac
        first=$g