From 3d5e724bd59495c772166ff6f692ce84fbddcb71 Mon Sep 17 00:00:00 2001 From: r00t Date: Thu, 9 Jul 2015 22:02:03 -0400 Subject: [PATCH] updating TODO, changing default EMBED for iPXE to use https --- TODO | 3 +++ src/ipxe_local/EMBED | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2ad6259..f60a364 100644 --- a/TODO +++ b/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? -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) +-for netboot, custom user agent (should be defined by build.conf) +--iPXE's curl +--initrd's curl ## Building ## diff --git a/src/ipxe_local/EMBED b/src/ipxe_local/EMBED index 6a901e7..fda3392 100644 --- a/src/ipxe_local/EMBED +++ b/src/ipxe_local/EMBED @@ -1,4 +1,4 @@ #!ipxe dhcp -chain http://bdisk.square-r00t.net +chain https://bdisk.square-r00t.net