safety checkin... getting super close
This commit is contained in:
4
extra/templates/EFI/base.conf.j2
Normal file
4
extra/templates/EFI/base.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
title {{ bdisk['pname'] }} (Media)
|
||||
linux /{% if efi is defined %}EFI/{{ bdisk['name'] }}{% else $}boot{% endif %}/{{ bdisk['uxname'] }}.{% if efi is defined %}efi{% else %}kern{% endif %}
|
||||
initrd /{% if efi is defined %}EFI/{{ bdisk['name'] }}{% else $}boot{% endif %}/{{ bdisk['uxname'] }}.img
|
||||
options archisobasedir={{ bdisk['name'] }} archisolabel={{ bdisk['name'] }}
|
||||
2
extra/templates/EFI/loader.conf.j2
Normal file
2
extra/templates/EFI/loader.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
timeout 3
|
||||
default {{ bdisk['uxname'] }}
|
||||
4
extra/templates/EFI/ram.conf.j2
Normal file
4
extra/templates/EFI/ram.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
title {{ bdisk['pname'] }} (RAM)
|
||||
linux /{% if efi is defined %}EFI/{{ bdisk['name'] }}{% else $}boot{% endif %}/{{ bdisk['uxname'] }}.{% if efi is defined %}efi{% else %}kern{% endif %}
|
||||
initrd /{% if efi is defined %}EFI/{{ bdisk['name'] }}{% else $}boot{% endif %}/{{ bdisk['uxname'] }}.img
|
||||
options copytoram archisobasedir={{ bdisk['name'] }} archisolabel={{ bdisk['name'] }}
|
||||
2
extra/templates/EFI/uefi1.conf.j2
Normal file
2
extra/templates/EFI/uefi1.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
title UEFI Shell (v1)
|
||||
efi /EFI/shellx64_v1.efi
|
||||
2
extra/templates/EFI/uefi2.conf.j2
Normal file
2
extra/templates/EFI/uefi2.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
title UEFI Shell (v2)
|
||||
efi /EFI/shellx64_v2.efi
|
||||
Reference in New Issue
Block a user