mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
[build] Fix LABEL name for .liso images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
f79592545b
commit
1680d0d14d
@@ -57,7 +57,7 @@ do
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
first=$g
|
first=$g
|
||||||
echo LABEL $b
|
echo LABEL $g
|
||||||
echo "" KERNEL $g
|
echo "" KERNEL $g
|
||||||
mcopy -m -i $img $f ::$g
|
mcopy -m -i $img $f ::$g
|
||||||
done >> $cfg
|
done >> $cfg
|
||||||
|
|||||||
Reference in New Issue
Block a user