Compare commits
No commits in common. "54c90a4c55b01b83878bbfed123beea66997dc81" and "30dce9b2ef749b7140c69ab3e26a68cd03aa9edb" have entirely different histories.
54c90a4c55
...
30dce9b2ef
|
@ -57,7 +57,6 @@ install_tftp() {
|
|||
# from https://wiki.debian.org/PXEBootInstall#Simple_way_-_using_Dnsmasq
|
||||
cat > /etc/dnsmasq.d/pxe-tftp <<END
|
||||
port=0
|
||||
# info: https://wiki.archlinux.org/title/Dnsmasq#Proxy_DHCP
|
||||
dhcp-range=${nfs_allowed_lan%/*},proxy
|
||||
dhcp-boot=pxelinux.0
|
||||
pxe-service=x86PC,"Network Boot",pxelinux
|
||||
|
|
|
@ -276,7 +276,7 @@ def save_snapshot_in_disk(snapshot, path):
|
|||
f.write(json.dumps(snapshot))
|
||||
print(f"workbench: INFO: Snapshot written in fallback path '{fallback_filename}'")
|
||||
except Exception as e:
|
||||
print(f"workbench: ERROR: Failed to write in fallback path: {fallback_filename}. Could not save snapshot locally.")
|
||||
print(f"workbench: ERROR: Failed to write in fallback path: {fallback_error}. Could not save snapshot locally.")
|
||||
|
||||
# TODO sanitize url, if url is like this, it fails
|
||||
# url = 'http://127.0.0.1:8000/api/snapshot/'
|
||||
|
|
Loading…
Reference in a new issue