Изменения

Участник:VitaliyFilippov/Закладки

55 байтов убрано, 14:56, 28 апреля 2018
м
Нет описания правки
=== Апрель 2018 ===
* 28 Апрель, 17:55:58: [about:blank about:blank]
* 28 Апрель, 17:53:38: [https://debian-administration.org/article/708/Automating_the_Debian_installer_with_PXE_and_preseeding Automating the Debian installer with PXE and preseeding]
*: <html><p>There is no need to have a webserver to serve the preseed file. You can use the already existing TFTP server for that. For example this is my PXE config for a "Debian Jessie Preseed" installation:</p> <p><code>KERNEL debian/jessie/amd64/linux<br> APPEND auto=true priority=critical vga=788 initrd=debian/jessie/amd64/initrd.gz DEBCONF_DEBUG=5 DEBIAN_FRONTEND=text url=tftp://192.168.1.30/preseed/debian-jessie.preseed --</code></p> <p>And the line <code>url=tftp://192.168.1.30/preseed/debian-jessie.preseed</code> points to the TFTP server and the location of the preseed file.</p></html>