point update
This commit is contained in:
7
src/ipxe_local/00-general.sed
Normal file
7
src/ipxe_local/00-general.sed
Normal file
@@ -0,0 +1,7 @@
|
||||
s/^#undef([[:space:]]*NET_PROTO_IPV6)/#define\1/g
|
||||
s/^#undef([[:space:]]*DOWNLOAD_PROTO_HTTPS)/#define\1/g
|
||||
s/^#undef([[:space:]]*DOWNLOAD_PROTO_FTP)/#define\1/g
|
||||
## Currently broken for EFI building
|
||||
#s@^//(#define[[:space:]]*CONSOLE_CMD)@\1@g
|
||||
#s@^//(#define[[:space:]]*IMAGE_PNG@\1@g
|
||||
s@^//(#define[[:space:]]*IMAGE_TRUST_CMD@\1@g
|
||||
2
src/ipxe_local/01-console.sed
Normal file
2
src/ipxe_local/01-console.sed
Normal file
@@ -0,0 +1,2 @@
|
||||
## Currently broken on EFI systems
|
||||
#s@^//(#define[[:space:]]*CONSOLE_VESAFB)@\1@g
|
||||
@@ -1,12 +0,0 @@
|
||||
s/^#undef([[:space:]]*NET_PROTO_IPV6)/#define\1/g
|
||||
## currently broken for EFI building
|
||||
#s/^#undef([[:space:]]*DOWNLOAD_PROTO_HTTPS)/#define\1/g
|
||||
s/^#undef([[:space:]]*DOWNLOAD_PROTO_FTP)/#define\1/g
|
||||
s@^//(#define[[:space:]]*CONSOLE_CMD)@\1@g
|
||||
# causing hangs? seems to cause linux kernels to crash
|
||||
#s@^//(#define[[:space:]]*IMAGE_MULTIBOOT)@\1@g
|
||||
# still have no idea what this does.
|
||||
#s@^//(#define[[:space:]]*IMAGE_SCRIPT@\1@g
|
||||
s@^//(#define[[:space:]]*IMAGE_PNG@\1@g
|
||||
# save this for when we enable signed/trusted loading
|
||||
#s@^//(#define[[:space:]]*IMAGE_TRUST_CMD@\1@g
|
||||
@@ -1 +0,0 @@
|
||||
s@^//(#define[[:space:]]*CONSOLE_VESAFB)@\1@g
|
||||
Reference in New Issue
Block a user