small bugfixes
This commit is contained in:
parent
293f3b48e4
commit
23ca8e0f03
|
@ -54,7 +54,7 @@ fi
|
||||||
|
|
||||||
if [ -n "$PXE_TFTP_BASE" ]
|
if [ -n "$PXE_TFTP_BASE" ]
|
||||||
then
|
then
|
||||||
PXE_FETCH_TFTP="ftp://${PXE_SERVER}${PXE_TFTP_BASE}"
|
PXE_FETCH_TFTP="tftp://${PXE_SERVER}${PXE_TFTP_BASE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ cat << EOF
|
||||||
label live
|
label live
|
||||||
menu label ${LIVE_NAME} (fetch via ftp)
|
menu label ${LIVE_NAME} (fetch via ftp)
|
||||||
kernel ../live/vmlinuz
|
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
|
EOF
|
||||||
fi
|
fi
|
||||||
|
@ -86,7 +86,7 @@ cat << EOF
|
||||||
label live
|
label live
|
||||||
menu label ${LIVE_NAME} (fetch via http)
|
menu label ${LIVE_NAME} (fetch via http)
|
||||||
kernel ../live/vmlinuz
|
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
|
EOF
|
||||||
fi
|
fi
|
||||||
|
@ -97,7 +97,7 @@ cat << EOF
|
||||||
label live
|
label live
|
||||||
menu label ${LIVE_NAME} (fetch via tftp)
|
menu label ${LIVE_NAME} (fetch via tftp)
|
||||||
kernel ../live/vmlinuz
|
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
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue