File: pxeuboot.HEAD

package info (click to toggle)
di-netboot-assistant 0.79
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: sh: 1,511; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,281 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
42
## Run "di-netboot-assistant rebuild-menu" when you modify this file.
##

MENU TITLE Debian-Installer Netboot Menu
DEFAULT bootlocal

# TIMEOUT 100
#
# ########################################################################
#
# Install stable automatically.
# For details consult '/usr/share/doc/di-netboot-assistant/README.preseed'.
#
#LABEL autoinstall
#        MENU LABEL Debian stable (armhf) + preseed
#        fdtdir stable/armhf/dtbs/
#        kernel stable/armhf/vmlinuz
#        append auto=true priority=critical url=tftp://installbox ---
#        initrd stable/armhf/initrd.gz
#
#LABEL example.yml
#        MENU LABEL Debian stable (armhf) + preseed + example.yml
#        fdtdir stable/armhf/dtbs/
#        kernel stable/armhf/vmlinuz
#        append auto=true priority=critical hostname=example url=tftp://installbox playbook=example.yml ---
#        initrd stable/armhf/initrd.gz
#
# Installer on HDMI screen:
#
#LABEL testing-armhf
#        MENU LABEL Debian testing (armhf)
#        fdtdir testing/armhf/dtbs/
#        kernel testing/armhf/vmlinuz
#        append console=tty1
#        initrd testing/armhf/initrd.gz
#
# ########################################################################

LABEL bootlocal
        MENU LABEL Boot local..
        LOCALBOOT 0