minor changes
This commit is contained in:
parent
db3df35baa
commit
197f97e2f6
@ -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" \
|
||||
|
@ -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}/
|
@ -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
4
download-free.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
|
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user