mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +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
|
||||
case "$first" in
|
||||
"")
|
||||
echo DEFAULT $g
|
||||
echo DEFAULT $b
|
||||
;;
|
||||
esac
|
||||
first=$g
|
||||
|
||||
Reference in New Issue
Block a user