diff options
Diffstat (limited to 'examples/mainserver/tftp/debian-edu/install-de9.cfg')
-rw-r--r-- | examples/mainserver/tftp/debian-edu/install-de9.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/mainserver/tftp/debian-edu/install-de9.cfg b/examples/mainserver/tftp/debian-edu/install-de9.cfg new file mode 100644 index 0000000..67c5289 --- /dev/null +++ b/examples/mainserver/tftp/debian-edu/install-de9.cfg @@ -0,0 +1,13 @@ +LABEL neteduboot-amd64 + MENU LABEL Installiere Debian Edu 9.0 (MATE/^amd64) + kernel debian-installer/amd64.stretch/linux + append initrd=debian-installer/amd64.stretch/initrd.gz auto url=http://www/debian-edu-install.dat hostname=pxeinstall domain=intern locale=de_DE.UTF-8 keymap=de desktop=mate --- quiet + ipappend 2 +include menupassword.cfg + +LABEL neteduboot-i386 + MENU LABEL Installiere Debian Edu 9.0 (MATE/^i386) + kernel debian-installer/i386.stretch/linux + append initrd=debian-installer/i386.stretch/initrd.gz auto url=http://www/debian-edu-install.dat hostname=pxeinstall domain=intern locale=de_DE.UTF-8 keymap=de desktop=mate --- quiet + ipappend 2 +include menupassword.cfg |