ソースを参照

[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>
tags/v1.20.1
Dominic Cleal 13年前
コミット
3fc139362c
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/util/geniso

+ 1
- 1
src/util/geniso ファイルの表示

@@ -56,7 +56,7 @@ do
56 56
 	g=${g//[^a-z0-9]}.krn
57 57
 	case "$first" in
58 58
 	"")
59
-		echo DEFAULT $g
59
+		echo DEFAULT $b
60 60
 		;;
61 61
 	esac
62 62
 	first=$g

読み込み中…
キャンセル
保存