Compare commits
No commits in common. "b255dddff7c7969c696b98150ac76ea29f518215" and "768851090ad577b638bb317059dbfafbab65f092" have entirely different histories.
b255dddff7
...
768851090a
5
Makefile
5
Makefile
|
@ -44,11 +44,6 @@ boot_iso_uefi_secureboot:
|
||||||
-drive file=deploy/iso/workbench_debug.iso,cache=none,if=virtio,format=raw,index=0,media=disk \
|
-drive file=deploy/iso/workbench_debug.iso,cache=none,if=virtio,format=raw,index=0,media=disk \
|
||||||
-boot menu=on
|
-boot menu=on
|
||||||
|
|
||||||
# when you change something, you need to refresh it this way
|
|
||||||
regenerate_pxe_install:
|
|
||||||
./deploy-workbench.sh
|
|
||||||
pxe/install-pxe.sh
|
|
||||||
|
|
||||||
es_gen:
|
es_gen:
|
||||||
$(MAKE) es_gen_po
|
$(MAKE) es_gen_po
|
||||||
$(MAKE) es_gen_mo
|
$(MAKE) es_gen_mo
|
||||||
|
|
|
@ -93,7 +93,7 @@ pxe-service=x86PC,"Network Boot",pxelinux
|
||||||
enable-tftp
|
enable-tftp
|
||||||
tftp-root=${tftp_path}
|
tftp-root=${tftp_path}
|
||||||
END
|
END
|
||||||
sudo systemctl restart dnsmasq || true
|
sudo systemctl restart dnsmasq
|
||||||
}
|
}
|
||||||
|
|
||||||
install_netboot() {
|
install_netboot() {
|
||||||
|
|
Loading…
Reference in a new issue