Skip to content

Commit

Permalink
[build] Fix LABEL name for .liso images
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
eworm-de authored and mcb30 committed Dec 6, 2013
1 parent f795925 commit 1680d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/genliso
Expand Up @@ -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
Expand Down

0 comments on commit 1680d0d

Please sign in to comment.