minor fixes...

This commit is contained in:
2016-12-03 06:07:41 -05:00
parent f12bb7799d
commit dbeee4789d
20 changed files with 228 additions and 75 deletions

View File

@@ -71,3 +71,4 @@ LABEL {{ bdisk['uxname'] }}_{{ bitness }}
ENDTEXT
MENU END

View File

@@ -108,3 +108,4 @@ LABEL {{ bdisk['uxname'] }}_32
ENDTEXT
MENU END

View File

@@ -2,3 +2,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'] }}

View File

@@ -1,2 +1,3 @@
timeout 3
default {{ bdisk['uxname'] }}

View File

@@ -2,3 +2,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'] }}

View File

@@ -1,2 +1,3 @@
title UEFI Shell (v1)
efi /EFI/shellx64_v1.efi

View File

@@ -1,2 +1,3 @@
title UEFI Shell (v2)
efi /EFI/shellx64_v2.efi

View File

@@ -6,3 +6,4 @@ export DISTDESC='{{ bdisk['desc'] }}'
export REGUSR='{{ bdisk['name']|lower }}'
export REGUSR_PASS='{{ user['password'] }}'
export ROOT_PASS='{{ bdisk['root_password'] }}'

View File

@@ -6,3 +6,4 @@ dhcp
#imgverify vmlinuz path/to/vmlinuz.sig
#imgverify initrd path/to/initrd.sig
chain {{ ipxe['uri'] }}

View File

@@ -31,3 +31,4 @@ keyUsage = critical,cRLSign,keyCertSign
[ codesigning ]
keyUsage = digitalSignature
extendedKeyUsage = codeSigning