Добавить pxelinux.template

This commit is contained in:
2026-03-11 23:37:34 +03:00
parent c9ec056226
commit 0426de0b1f

17
pxelinux.template Normal file
View File

@@ -0,0 +1,17 @@
DEFAULT vesamenu.c32
PROMPT 0
TIMEOUT 50
MENU TITLE PXE Boot Menu
LABEL autoinstall
MENU LABEL ^Ubuntu 24.04 server autoinstall
KERNEL vmlinuz
INITRD initrd
APPEND root=/dev/ram0 ramdisk_size=3500000 ip=dhcp url=http://{{ tftp_server }}/ubuntu-24.04.iso cloud-config-url=/dev/null autoinstall ds=nocloud-net;s=http://{{ tftp_server }}/autoinstall/ ---
LABEL manual
MENU LABEL ^Ubuntu 24.04 manual install
KERNEL vmlinuz
INITRD initrd
APPEND root=/dev/ram0 ramdisk_size=3500000 ip=dhcp url=http://{{ tftp_server }}/ubuntu-24.04.iso cloud-config-url=/dev/null ---