mirror of https://github.com/ipxe/ipxe.git
[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>pull/5/head
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
|
||||
|
|
Loading…
Reference in New Issue