From 055f0e8291e3aa9404a3e7a23d56cadc170665d9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 4 Aug 2012 12:38:23 +0200 Subject: 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. --- examples/mainserver/tftp/debian-edu/install.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/mainserver/tftp/debian-edu/install.cfg (limited to 'examples/mainserver/tftp/debian-edu/install.cfg') 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 + -- cgit v1.2.3