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 /srv/tftp/debian-edu/install.cfg | |
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 'srv/tftp/debian-edu/install.cfg')
-rw-r--r-- | srv/tftp/debian-edu/install.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/srv/tftp/debian-edu/install.cfg b/srv/tftp/debian-edu/install.cfg deleted file mode 100644 index 508eb2c..0000000 --- a/srv/tftp/debian-edu/install.cfg +++ /dev/null @@ -1,14 +0,0 @@ - # 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 - |