File: pxelinux.HEAD

package info (click to toggle)
di-netboot-assistant 0.78~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 312 kB
  • sloc: sh: 1,511; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,548 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## Run "di-netboot-assistant rebuild-menu" when you modify this file.
##
#
# Note: All TFTP filenames must be prefixed with "::/". see README file.

#KBDMAP ::/d-i/n-a/pxelinux.cfg/french.kbd

UI ::/d-i/n-a/pxelinux.cfg/menu.c32
MENU TITLE Debian-Installer Netboot Menu
DEFAULT bootlocal

# TIMEOUT 100
#
# ########################################################################
#
# Use a temporary package cache during installation, other default locale, install etckeeper.
#LABEL tmp pkg cache
#   MENU LABEL Debian stable (amd64) + tmp-pkg-cache + locale
#   kernel ::/d-i/n-a/stable/amd64/linux
#   append initrd=::/d-i/n-a/stable/amd64/initrd.gz locale?=de_DE mirror/http/proxy?=http://192.168.122.1:3142/ pkgsel/include=etckeeper preseed/late_command="rm -fv /target/etc/apt/apt.conf" ---
#
#
# Install stable automatically.
# For details consult '/usr/share/doc/di-netboot-assistant/README.preseed'.
#
#LABEL autoinstall
#   MENU LABEL Debian stable (amd64) + preseed
#   kernel ::/d-i/n-a/stable/amd64/linux
#   append initrd=::/d-i/n-a/stable/amd64/initrd.gz auto=true priority=critical url=tftp://installbox ---
#
#LABEL example.yml
#   MENU LABEL Debian stable (amd64) + preseed + example.yml
#   kernel ::/d-i/n-a/stable/amd64/linux
#   append initrd=::/d-i/n-a/stable/amd64/initrd.gz auto=true priority=critical hostname=example url=tftp://installbox playbook=example.yml ---
#
# ########################################################################

LABEL bootlocal
        MENU LABEL ^Boot from local disk..
        LOCALBOOT 0