From 28403d57c40ef5af49bf4c6a00873c2eb02ce533 Mon Sep 17 00:00:00 2001 From: leruetkins Date: Tue, 17 Dec 2024 18:52:33 +0300 Subject: [PATCH] upd --- Dockerfile | 6 +++--- public/menu.ejs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec1c5dd..0f7e2a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,11 +37,11 @@ RUN ln -s /app/boot/soft /tftp-np RUN echo "/tftp-np *(ro,sync,no_subtree_check)" > /etc/exports # Copy the file to the root directory -COPY tftp-np-1.9.15-linux-x64.bin /app/tftp-np-1.9.15-linux-x64.bin +COPY tftp-np-2.0.0-linux-x64.bin /app/tftp-np-2.0.0-linux-x64.bin # Grant execute permission to the file -RUN chmod +x /app/tftp-np-1.9.15-linux-x64.bin +RUN chmod +x /app/tftp-np-2.0.0-linux-x64.bin # Run the specified file -CMD ["sh", "-c", "rpcbind -w & smbd --foreground --no-process-group & /app/tftp-np-1.9.15-linux-x64.bin"] +CMD ["sh", "-c", "rpcbind -w & smbd --foreground --no-process-group & /app/tftp-np-2.0.0-linux-x64.bin"] diff --git a/public/menu.ejs b/public/menu.ejs index dca1792..7dc7c8f 100644 --- a/public/menu.ejs +++ b/public/menu.ejs @@ -1,7 +1,7 @@ #!ipxe -set menu_version 1.9.17 +set menu_version 2.0.0 set server_ip http://<%- auth %><%- boot_ip %> set nfs_ip <%- boot_ip %> set port <%= port %>