summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorChristian Hesse2013-12-02 13:19:52 +0100
committerMichael Brown2013-12-06 18:12:57 +0100
commit1680d0d14d2bf85ebab6c245b28a7b9dcaa81f53 (patch)
tree8b6742d6faa8ac809bc848dc9dd8228e5539676b /src/util
parent[menu] Adapt user interface to fit display size (diff)
downloadipxe-1680d0d14d2bf85ebab6c245b28a7b9dcaa81f53.tar.gz
ipxe-1680d0d14d2bf85ebab6c245b28a7b9dcaa81f53.tar.xz
ipxe-1680d0d14d2bf85ebab6c245b28a7b9dcaa81f53.zip
[build] Fix LABEL name for .liso images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/util')
-rwxr-xr-xsrc/util/genliso2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/genliso b/src/util/genliso
index 184408ad..7a112a14 100755
--- a/src/util/genliso
+++ b/src/util/genliso
@@ -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