Created
May 5, 2018 07:30
-
-
Save anviar/d8ac3be84da1d34f55f1af39fdd92c17 to your computer and use it in GitHub Desktop.
Configuration file for PXE server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEFAULT menu.c32 | |
MENU TITLE Quick home network menu | |
# Menus | |
LABEL Ubuntu | |
KERNEL ubuntu/linux | |
APPEND initrd=ubuntu/initrd.gz | |
LABEL KolibriOS | |
KERNEL memdisk | |
APPEND initrd=kolibri.img | |
LABEL Memtest86+ | |
KERNEL memtest | |
LABEL Debian | |
KERNEL debian/linux | |
APPEND initrd=debian/initrd.gz vga=791 desktop=cinnamon | |
LABEL Fedora | |
KERNEL fedora/vmlinuz | |
APPEND initrd=fedora/initrd.img inst.stage2=http://mirror.yandex.ru/fedora/linux/releases/28/Workstation/x86_64/os/ ip=dhcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment