diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-04 12:38:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-04 12:38:23 +0200 |
commit | 055f0e8291e3aa9404a3e7a23d56cadc170665d9 (patch) | |
tree | 3dc8818194e439870153b4fad950734a1a067b6f /examples/mainserver/tftp/debian-edu | |
parent | 119b9754627ef46fa0d2c739ccfe3afb1a4d3e98 (diff) | |
download | itzks-systems-055f0e8291e3aa9404a3e7a23d56cadc170665d9.tar.gz itzks-systems-055f0e8291e3aa9404a3e7a23d56cadc170665d9.tar.bz2 itzks-systems-055f0e8291e3aa9404a3e7a23d56cadc170665d9.zip |
D-I PXE Environment: Provide the /srv/tftp directory as ,,examples'', installing to /srv directly is a heavy violation of the Debian Policy, so we avoid that.
Diffstat (limited to 'examples/mainserver/tftp/debian-edu')
8 files changed, 47 insertions, 0 deletions
diff --git a/examples/mainserver/tftp/debian-edu/debian-edu-splash.png b/examples/mainserver/tftp/debian-edu/debian-edu-splash.png new file mode 120000 index 0000000..028aa3a --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/debian-edu-splash.png @@ -0,0 +1 @@ +/usr/share/pixmaps/splash/debian-edu-splash.png
\ No newline at end of file diff --git a/examples/mainserver/tftp/debian-edu/default-menu.cfg b/examples/mainserver/tftp/debian-edu/default-menu.cfg new file mode 100644 index 0000000..35c25e9 --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/default-menu.cfg @@ -0,0 +1,16 @@ +include debian-edu/localboot.cfg +MENU SEPARATOR +include debian-edu/ltsp-diskless.cfg +include debian-edu/ltsp-thin.cfg +MENU SEPARATOR +include debian-edu/install.cfg +MENU SEPARATOR +include debian-edu/memtest.cfg + +menu hshift 13 +menu width 72 +menu background debian-edu/debian-edu-splash.png +menu tabmsg ENTER: System starten; TAB: Menueeintraege editieren +default debian-edu/vesamenu.c32 +prompt 0 +timeout 0 diff --git a/examples/mainserver/tftp/debian-edu/install.cfg b/examples/mainserver/tftp/debian-edu/install.cfg new file mode 100644 index 0000000..508eb2c --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/install.cfg @@ -0,0 +1,14 @@ + # Based on the values used in Debian, and added the preseed URL +LABEL neteduboot-i386 + MENU LABEL Installiere Debian Edu/Skolelinux (GNOME/^i386) + kernel debian-installer/i386/linux + append initrd=debian-installer/i386/initrd.gz -- quiet url=http://www/debian-edu-install.dat hostname=pxeinstall domain=intern debian-installer/locale=de_DE.UTF-8 console-keymaps-at/keymap=de-latin1-nodeadkeys desktop=gnome +include menupassword.cfg + + # Based on the values used in Debian, and added the preseed URL +LABEL neteduboot-amd64 + MENU LABEL Installiere Debian Edu/Skolelinux (GNOME/^amd64) + kernel debian-installer/amd64/linux + append initrd=debian-installer/amd64/initrd.gz -- quiet url=http://www/debian-edu-install.dat hostname=pxeinstall domain=intern debian-installer/locale=de_DE.UTF-8 console-keymaps-at/keymap=de-latin1-nodeadkeys desktop=gnome +include menupassword.cfg + diff --git a/examples/mainserver/tftp/debian-edu/localboot.cfg b/examples/mainserver/tftp/debian-edu/localboot.cfg new file mode 100644 index 0000000..82ebfa7 --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/localboot.cfg @@ -0,0 +1,5 @@ +LABEL localboot + MENU LABEL Von ^lokaler Festplatte starten + MENU DEFAULT + localboot 0 + diff --git a/examples/mainserver/tftp/debian-edu/memtest.cfg b/examples/mainserver/tftp/debian-edu/memtest.cfg new file mode 100644 index 0000000..c8e0df2 --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/memtest.cfg @@ -0,0 +1,8 @@ +LABEL memtest86 + MENU LABEL Speichertest (memtest86) + kernel debian-edu/memtest86.bin + +LABEL memtest86+ + MENU LABEL Speichertest (memtest86+) + kernel debian-edu/memtest86+.bin + diff --git a/examples/mainserver/tftp/debian-edu/memtest86+.bin b/examples/mainserver/tftp/debian-edu/memtest86+.bin new file mode 120000 index 0000000..1b74cce --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/memtest86+.bin @@ -0,0 +1 @@ +/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/mainserver/tftp/debian-edu/memtest86.bin b/examples/mainserver/tftp/debian-edu/memtest86.bin new file mode 120000 index 0000000..2596a63 --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/memtest86.bin @@ -0,0 +1 @@ +/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/mainserver/tftp/debian-edu/vesamenu.c32 b/examples/mainserver/tftp/debian-edu/vesamenu.c32 new file mode 120000 index 0000000..d06c444 --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/vesamenu.c32 @@ -0,0 +1 @@ +/usr/lib/syslinux/vesamenu.c32
\ No newline at end of file |