From 23ca8e0f03342fa900b05fb0ffa9c7a5a713b237 Mon Sep 17 00:00:00 2001 From: nospoonuser Date: Sun, 27 May 2018 16:05:28 +0200 Subject: [PATCH] small bugfixes --- scripts/menufunction.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/menufunction.sh b/scripts/menufunction.sh index fbed336..343dafd 100644 --- a/scripts/menufunction.sh +++ b/scripts/menufunction.sh @@ -54,7 +54,7 @@ fi if [ -n "$PXE_TFTP_BASE" ] then - PXE_FETCH_TFTP="ftp://${PXE_SERVER}${PXE_TFTP_BASE}" + PXE_FETCH_TFTP="tftp://${PXE_SERVER}${PXE_TFTP_BASE}" fi @@ -75,7 +75,7 @@ cat << EOF label live menu label ${LIVE_NAME} (fetch via ftp) kernel ../live/vmlinuz -append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_FTP}/live/filesystem.squashfs +append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_FTP}live/filesystem.squashfs EOF fi @@ -86,7 +86,7 @@ cat << EOF label live menu label ${LIVE_NAME} (fetch via http) kernel ../live/vmlinuz -append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_HTTP}/live/filesystem.squashfs +append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_HTTP}live/filesystem.squashfs EOF fi @@ -97,7 +97,7 @@ cat << EOF label live menu label ${LIVE_NAME} (fetch via tftp) kernel ../live/vmlinuz -append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_TFTP}/live/filesystem.squashfs +append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_TFTP}live/filesystem.squashfs EOF fi