pxe: fix wrong default path
This commit is contained in:
parent
ab778a881d
commit
66a744d108
|
@ -1,6 +1,6 @@
|
||||||
[settings]
|
[settings]
|
||||||
url = http://127.0.0.1:8000/api/snapshot/
|
url = http://127.0.0.1:8000/api/snapshot/
|
||||||
token = '1234'
|
token = '1234'
|
||||||
path = /srv/pxe-nfs
|
path = /run/live/medium
|
||||||
# device = your_device_name
|
# device = your_device_name
|
||||||
# # erase = basic
|
# # erase = basic
|
||||||
|
|
Loading…
Reference in New Issue