mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
[build] Allow APPEND lines in ipxe.iso to function as expected
Signed-off-by: Dominic Cleal <dcleal@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
c49659c4f2
commit
3fc139362c
@@ -56,7 +56,7 @@ do
|
|||||||
g=${g//[^a-z0-9]}.krn
|
g=${g//[^a-z0-9]}.krn
|
||||||
case "$first" in
|
case "$first" in
|
||||||
"")
|
"")
|
||||||
echo DEFAULT $g
|
echo DEFAULT $b
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
first=$g
|
first=$g
|
||||||
|
|||||||
Reference in New Issue
Block a user