diff options
| author | Nico Dietrich | 2006-02-02 22:07:17 +0100 |
|---|---|---|
| committer | Nico Dietrich | 2006-02-02 22:07:17 +0100 |
| commit | 57268bbe9cd38d4990cf539787ee93c7ac9ed4bc (patch) | |
| tree | fe1cb42c7a1b6d892a7cb56af2dc84a919ea9549 /installer/tftpboot | |
| parent | Grundframework fuer den Installer in LD4 (diff) | |
| download | core-57268bbe9cd38d4990cf539787ee93c7ac9ed4bc.tar.gz core-57268bbe9cd38d4990cf539787ee93c7ac9ed4bc.tar.xz core-57268bbe9cd38d4990cf539787ee93c7ac9ed4bc.zip | |
und noch der eigentliche commit...
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@56 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/tftpboot')
| -rwxr-xr-x | installer/tftpboot/ethersel.c32 | bin | 0 -> 5412 bytes | |||
| -rwxr-xr-x | installer/tftpboot/mboot.c32 | bin | 0 -> 44776 bytes | |||
| -rwxr-xr-x | installer/tftpboot/menu.c32 | bin | 0 -> 28164 bytes | |||
| -rw-r--r-- | installer/tftpboot/pxelinux.0 | bin | 0 -> 13148 bytes | |||
| -rw-r--r-- | installer/tftpboot/pxelinux.cfg/84E6045D | 67 | ||||
| -rw-r--r-- | installer/tftpboot/pxelinux.cfg/default | 67 |
6 files changed, 134 insertions, 0 deletions
diff --git a/installer/tftpboot/ethersel.c32 b/installer/tftpboot/ethersel.c32 Binary files differnew file mode 100755 index 00000000..97cf555b --- /dev/null +++ b/installer/tftpboot/ethersel.c32 diff --git a/installer/tftpboot/mboot.c32 b/installer/tftpboot/mboot.c32 Binary files differnew file mode 100755 index 00000000..ccdd3ef3 --- /dev/null +++ b/installer/tftpboot/mboot.c32 diff --git a/installer/tftpboot/menu.c32 b/installer/tftpboot/menu.c32 Binary files differnew file mode 100755 index 00000000..f670fdb1 --- /dev/null +++ b/installer/tftpboot/menu.c32 diff --git a/installer/tftpboot/pxelinux.0 b/installer/tftpboot/pxelinux.0 Binary files differnew file mode 100644 index 00000000..5b38bd50 --- /dev/null +++ b/installer/tftpboot/pxelinux.0 diff --git a/installer/tftpboot/pxelinux.cfg/84E6045D b/installer/tftpboot/pxelinux.cfg/84E6045D new file mode 100644 index 00000000..f318cf81 --- /dev/null +++ b/installer/tftpboot/pxelinux.cfg/84E6045D @@ -0,0 +1,67 @@ +# ~/pxelinux.cfg/default (main-menu) +# +# Description: Boot selection with the new Syslinux/PXElinux by Peter Anwin +# selection is done by cursor up and down keys +# Modification: Alexander Heinz +# Dirk von Suchodoletz <dirk@goe.net>, 23-09-2005 +# +DEFAULT @@@server@@@::@@@tftpbootdir@@@/menu.c32 + +PROMPT 0 +NOESCAPE 1 +TIMEOUT 600 +#IMPLICIT 1 +#ALLOWOPTIONS 1 +#ONERROR menu + +MENU MASTER PASSWD geheim + +MENU TITLE Linux Diskless Clients - Main Menu + + +##### +LABEL Bitte waehlen Sie mit den Pfeil-Tasten aus: + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default +LABEL + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default +##### + + +LABEL kursraum + MENU LABEL 1. ^Kursraumumgebung Linux SuSe 9.3 (VMWare 5.0) starten + MENU DEFAULT + KERNEL @@@server@@@::@@@tftpbootdir@@@/9.3 + APPEND nfsroot=@@@server@@@:/nfsroot/9.3 vga=0x317 splash=silent initrd=@@@server@@@::@@@tftpbootdir@@@/initrd-9.3 apic dhcp + ipappend 1 + +LABEL suse93 + MENU LABEL 2. Neue Kursraumumgebung ^SuSE 9.3 mit VMplayer starten + KERNEL @@@server@@@::@@@tftpbootdir@@@/9.3-new + APPEND vga=0x317 nfsroot=@@@server@@@:/nfsroot/9.3-new vga=0x317 splash=silent initrd=@@@server@@@::@@@tftpbootdir@@@/initrd-9.3-new apic dhcp + ipappend 1 + + +LABEL local + MENU LABEL 4. ^Lokal booten + MENU PASSWD lokal + localboot 0 + + +##### +LABEL + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default +##### + + +LABEL halt + MENU LABEL c. ^Computer ausschalten + KERNEL @@@server@@@::@@@tftpbootdir@@@/atxoff.com + +LABEL help + MENU LABEL d. ^Hilfe + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/help + diff --git a/installer/tftpboot/pxelinux.cfg/default b/installer/tftpboot/pxelinux.cfg/default new file mode 100644 index 00000000..24e44e42 --- /dev/null +++ b/installer/tftpboot/pxelinux.cfg/default @@ -0,0 +1,67 @@ +# ~/pxelinux.cfg/default (main-menu) +# +# Description: Boot selection with the new Syslinux/PXElinux by Peter Anwin +# selection is done by cursor up and down keys +# Modification: Alexander Heinz +# Dirk von Suchodoletz <dirk@goe.net>, 23-09-2005 +# +DEFAULT @@@server@@@::@@@tftpbootdir@@@/menu.c32 + +PROMPT 0 +NOESCAPE 1 +TIMEOUT 600 +#IMPLICIT 1 +#ALLOWOPTIONS 1 +#ONERROR menu + +MENU MASTER PASSWD ganzgeheim + +MENU TITLE Linux Diskless Clients - Main Menu + + +##### +LABEL Bitte waehlen Sie mit den Pfeil-Tasten aus: + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default +LABEL + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default +##### + + +LABEL kursraum + MENU LABEL 1. ^Kursraumumgebung Linux SuSe 9.3 (VMWare 5.0) starten + MENU DEFAULT + KERNEL @@@server@@@::@@@tftpbootdir@@@/9.3 + APPEND nfsroot=@@@server@@@:/nfsroot/9.3 vga=0x317 splash=silent initrd=@@@server@@@::@@@tftpbootdir@@@/initrd-9.3 apic dhcp + ipappend 1 + +LABEL suse93 + MENU LABEL 2. Neue Kursraumumgebung ^SuSE 9.3 mit VMplayer starten + KERNEL @@@server@@@::@@@tftpbootdir@@@/9.3-new + APPEND vga=0x317 nfsroot=@@@server@@@:/nfsroot/9.3-new vga=0x317 splash=silent initrd=@@@server@@@::@@@tftpbootdir@@@/initrd-9.3-new apic dhcp + ipappend 1 + + +LABEL local + MENU LABEL 4. ^Lokal booten + MENU PASSWD lokal + localboot 0 + + +##### +LABEL + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default +##### + + +LABEL halt + MENU LABEL c. ^Computer ausschalten + KERNEL @@@server@@@::@@@tftpbootdir@@@/atxoff.com + +LABEL help + MENU LABEL d. ^Hilfe + KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32 + APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/help + |
