minor changes

This commit is contained in:
root 2023-04-12 20:49:50 +00:00
parent db3df35baa
commit 197f97e2f6
5 changed files with 19 additions and 20 deletions

View File

@ -2,6 +2,7 @@
. ./settings.sh
echo "Generating PXE Menu..."
cat ./resources/default-full | \
sed -e "s/__NFSSERVERIP__/${NFSSERVERIP}/g" \
-e "s/__MENUTITLE__/${MENUTUTLE}/g" \

View File

@ -1,7 +0,0 @@
#!/bin/sh
. ./settings.sh
cat ./resources/default-full | sed "s/__NFSSERVERIP__/${NFSSERVERIP}/g" > ${TFTP}/default
cp -av ./free ${TFTP}/
cp -av ./non-free ${TFTP}/

View File

@ -14,9 +14,10 @@ cp ./resources/splash.png ${TFTP}/
cp -a /usr/lib/syslinux/modules/bios ${TFTP}/
# Link needed Files from installed Debian Packages to the TFTP-Root:
ln /usr/lib/PXELINUX/pxelinux.0 $TFTP/
ln /boot/ipxe.lkrn $TFTP/
ln ${TFTP}/bios/ldlinux.c32 $TFTP/
ln /usr/lib/PXELINUX/pxelinux.0 ${TFTP}/
ln /boot/ipxe.lkrn ${TFTP}/
ln /usr/lib/syslinux/memdisk ${TFTP}/
ln ${TFTP}/bios/ldlinux.c32 ${TFTP}/
ln ${TFTP}/pxelinux.cfg/default ${TFTP}/default -s
# set file access

4
download-free.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh

View File

@ -42,7 +42,7 @@ MENU BEGIN
LABEL slitazf
MENU LABEL * Slitaz Linux Floppyimage
kernel bios/memdisk
kernel memdisk
append initrd=img/floppy-grub4dos
LABEL zurueck...
@ -78,20 +78,20 @@ MENU BEGIN
LABEL acr11
MENU LABEL * Acronis True Image Home 2011
LINUX bios/memdisk
INITRD acronis/acronis2011.iso
LINUX memdisk
INITRD non-free/acronis/acronis2011.iso
APPEND iso raw
LABEL acr10
MENU LABEL * Acronis True Image 2010
LINUX bios/memdisk
INITRD acronis/acronis2010.iso
LINUX memdisk
INITRD non-free/acronis/acronis2010.iso
APPEND iso raw
LABEL acr09
MENU LABEL * Acronis True Image 2009
LINUX bios/memdisk
INITRD acronis/acronis2009.iso
LINUX memdisk
INITRD non-free/acronis/acronis2009.iso
APPEND iso raw
LABEL zurueck...
@ -140,7 +140,7 @@ MENU BEGIN
label sbm
MENU LABEL * Smart Boot Manager
kernel bios/memdisk
kernel memdisk
append initrd=free/sbm.imz
LABEL plop
@ -157,12 +157,12 @@ MENU BEGIN
label win98
MENU LABEL * Windows 98 Bootdisk (DOS 7)
kernel bios/memdisk
kernel memdisk
append initrd=non-free/win98.img
label ether
MENU LABEL * Etherboot
kernel bios/memdisk
kernel memdisk
append initrd=free/ether.img
LABEL zurueck...