This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/bullseye-fvwm
in repository live-build-x2go.

commit 47a27136b6551396a92eda10506f0470c274e8f8
Author: Juri Grabowski <git-com...@jugra.de>
Date:   Thu Oct 29 11:04:44 2020 +0100

    add UEFI HTTP boot
---
 README.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.txt b/README.txt
index 499d033..0862248 100644
--- a/README.txt
+++ b/README.txt
@@ -12,6 +12,7 @@ EOF
 mkdir -p /srv/tftp/{bios,uefi}
 ln -nfs /usr/lib/ipxe/undionly.kpxe /srv/tftp/bios/
 ln -nfs /boot/ipxe.efi /srv/tftp/uefi/
+ln -snf /srv/tftp/* /var/www/html/
 FQDN=demo.x2go.org
 IP_OF_FQDN=`dig $FQDN +short`
 
@@ -22,6 +23,11 @@ IP_OF_FQDN=`dig $FQDN +short`
    else if substring ( option vendor-class-identifier , 19,1 ) = "7" {
            filename "uefi/ipxe.efi";
    }
+   else if substring ( option vendor-class-identifier , 0,10 ) = "HTTPClient" {
+           option vendor-class-identifier "HTTPClient";
+           log (info, "Vendor class Arch: UEFI HTTP BOOT");
+           filename "http://$FQDN/uefi/ipxe.efi";;
+   }
    else {  
            log (info, concat ( "Unhandled vendor class Arch: ", substring ( 
option vendor-class-identifier , 19,1 )));
    }

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/live-build-x2go.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to