]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Fix LABEL name for .liso images
authorChristian Hesse <mail@eworm.de>
Mon, 2 Dec 2013 12:19:52 +0000 (13:19 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 6 Dec 2013 17:12:57 +0000 (17:12 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/genliso

index 184408adec02ee85e69e8116bf50c18bbe79f3b0..7a112a1455f212a4da0254eeb7042fd7c07fc6cc 100755 (executable)
@@ -57,7 +57,7 @@ do
                ;;
        esac
        first=$g
-       echo LABEL $b
+       echo LABEL $g
        echo "" KERNEL $g
        mcopy -m -i $img $f ::$g
 done >> $cfg