minor changes
This commit is contained in:
parent
db3df35baa
commit
197f97e2f6
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
. ./settings.sh
|
. ./settings.sh
|
||||||
|
|
||||||
|
echo "Generating PXE Menu..."
|
||||||
cat ./resources/default-full | \
|
cat ./resources/default-full | \
|
||||||
sed -e "s/__NFSSERVERIP__/${NFSSERVERIP}/g" \
|
sed -e "s/__NFSSERVERIP__/${NFSSERVERIP}/g" \
|
||||||
-e "s/__MENUTITLE__/${MENUTUTLE}/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}/
|
cp -a /usr/lib/syslinux/modules/bios ${TFTP}/
|
||||||
|
|
||||||
# Link needed Files from installed Debian Packages to the TFTP-Root:
|
# Link needed Files from installed Debian Packages to the TFTP-Root:
|
||||||
ln /usr/lib/PXELINUX/pxelinux.0 $TFTP/
|
ln /usr/lib/PXELINUX/pxelinux.0 ${TFTP}/
|
||||||
ln /boot/ipxe.lkrn $TFTP/
|
ln /boot/ipxe.lkrn ${TFTP}/
|
||||||
ln ${TFTP}/bios/ldlinux.c32 $TFTP/
|
ln /usr/lib/syslinux/memdisk ${TFTP}/
|
||||||
|
ln ${TFTP}/bios/ldlinux.c32 ${TFTP}/
|
||||||
ln ${TFTP}/pxelinux.cfg/default ${TFTP}/default -s
|
ln ${TFTP}/pxelinux.cfg/default ${TFTP}/default -s
|
||||||
|
|
||||||
# set file access
|
# 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
|
LABEL slitazf
|
||||||
MENU LABEL * Slitaz Linux Floppyimage
|
MENU LABEL * Slitaz Linux Floppyimage
|
||||||
kernel bios/memdisk
|
kernel memdisk
|
||||||
append initrd=img/floppy-grub4dos
|
append initrd=img/floppy-grub4dos
|
||||||
|
|
||||||
LABEL zurueck...
|
LABEL zurueck...
|
||||||
@ -78,20 +78,20 @@ MENU BEGIN
|
|||||||
|
|
||||||
LABEL acr11
|
LABEL acr11
|
||||||
MENU LABEL * Acronis True Image Home 2011
|
MENU LABEL * Acronis True Image Home 2011
|
||||||
LINUX bios/memdisk
|
LINUX memdisk
|
||||||
INITRD acronis/acronis2011.iso
|
INITRD non-free/acronis/acronis2011.iso
|
||||||
APPEND iso raw
|
APPEND iso raw
|
||||||
|
|
||||||
LABEL acr10
|
LABEL acr10
|
||||||
MENU LABEL * Acronis True Image 2010
|
MENU LABEL * Acronis True Image 2010
|
||||||
LINUX bios/memdisk
|
LINUX memdisk
|
||||||
INITRD acronis/acronis2010.iso
|
INITRD non-free/acronis/acronis2010.iso
|
||||||
APPEND iso raw
|
APPEND iso raw
|
||||||
|
|
||||||
LABEL acr09
|
LABEL acr09
|
||||||
MENU LABEL * Acronis True Image 2009
|
MENU LABEL * Acronis True Image 2009
|
||||||
LINUX bios/memdisk
|
LINUX memdisk
|
||||||
INITRD acronis/acronis2009.iso
|
INITRD non-free/acronis/acronis2009.iso
|
||||||
APPEND iso raw
|
APPEND iso raw
|
||||||
|
|
||||||
LABEL zurueck...
|
LABEL zurueck...
|
||||||
@ -140,7 +140,7 @@ MENU BEGIN
|
|||||||
|
|
||||||
label sbm
|
label sbm
|
||||||
MENU LABEL * Smart Boot Manager
|
MENU LABEL * Smart Boot Manager
|
||||||
kernel bios/memdisk
|
kernel memdisk
|
||||||
append initrd=free/sbm.imz
|
append initrd=free/sbm.imz
|
||||||
|
|
||||||
LABEL plop
|
LABEL plop
|
||||||
@ -157,12 +157,12 @@ MENU BEGIN
|
|||||||
|
|
||||||
label win98
|
label win98
|
||||||
MENU LABEL * Windows 98 Bootdisk (DOS 7)
|
MENU LABEL * Windows 98 Bootdisk (DOS 7)
|
||||||
kernel bios/memdisk
|
kernel memdisk
|
||||||
append initrd=non-free/win98.img
|
append initrd=non-free/win98.img
|
||||||
|
|
||||||
label ether
|
label ether
|
||||||
MENU LABEL * Etherboot
|
MENU LABEL * Etherboot
|
||||||
kernel bios/memdisk
|
kernel memdisk
|
||||||
append initrd=free/ether.img
|
append initrd=free/ether.img
|
||||||
|
|
||||||
LABEL zurueck...
|
LABEL zurueck...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user