ソースを参照

Fix Fedora graphical boot type

Fixes: https://github.com/netbootxyz/netboot.xyz/issues/1322
Antony Messerli 1 年間 前
コミット
f94ddeba87
1 ファイル変更1 行追加1 行削除
  1. 1 1
      roles/netbootxyz/templates/menu/fedora.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/fedora.ipxe.j2

@@ -43,7 +43,7 @@ goto boottype
 
 :boottype
 menu ${os} ${os_arch} boot type
-item normal ${ova} graphical install
+item graphical ${ova} graphical install
 item text ${ova} text install
 item rescue ${ova} rescue
 item kickstart ${ova} set kickstart url [ ${ks_url} ]