This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/tftp/pxelinux.cfg/default

20 lines
396 B
Plaintext
Raw Normal View History

2018-02-12 10:39:44 +00:00
DEFAULT login
2018-02-10 15:12:08 +00:00
LABEL login
MENU LABEL ^Login
2019-02-24 18:54:08 +00:00
KERNEL ../bzImage
INITRD ../login-initrd.img
2018-02-12 10:39:44 +00:00
APPEND console=tty0 quiet
2018-02-10 15:12:08 +00:00
TEXT help
You are currently not identified.
Please select this menu entry in order to access the tutorial.
You'll need your EPITA password to continue.
ENDTEXT
MENU SEPARATOR
LABEL poweroff
MENU LABEL ^Shutdown
KERNEL poweroff.c32