updating TODO, changing default EMBED for iPXE to use https
This commit is contained in:
parent
8f6a03ef21
commit
3d5e724bd5
3
TODO
3
TODO
@ -15,6 +15,9 @@
|
|||||||
-autodetection/configuration of network. DHCP is currently running by default, but does it need to support IPv6? if so, how would the user configure their network?
|
-autodetection/configuration of network. DHCP is currently running by default, but does it need to support IPv6? if so, how would the user configure their network?
|
||||||
-SECURE SSH: https://stribika.github.io/2015/01/04/secure-secure-shell.html
|
-SECURE SSH: https://stribika.github.io/2015/01/04/secure-secure-shell.html
|
||||||
-DISABLE NETWORKMANAGER AND "fi.w1.wpa_supplicant1"??? keeps spawning wpa_supplicant (and thusly killing networking proper)
|
-DISABLE NETWORKMANAGER AND "fi.w1.wpa_supplicant1"??? keeps spawning wpa_supplicant (and thusly killing networking proper)
|
||||||
|
-for netboot, custom user agent (should be defined by build.conf)
|
||||||
|
--iPXE's curl
|
||||||
|
--initrd's curl
|
||||||
|
|
||||||
|
|
||||||
## Building ##
|
## Building ##
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
dhcp
|
dhcp
|
||||||
chain http://bdisk.square-r00t.net
|
chain https://bdisk.square-r00t.net
|
||||||
|
Loading…
Reference in New Issue
Block a user