Skip to content

Instantly share code, notes, and snippets.

@anviar
Created May 5, 2018 07:30
Show Gist options
  • Save anviar/d8ac3be84da1d34f55f1af39fdd92c17 to your computer and use it in GitHub Desktop.
Save anviar/d8ac3be84da1d34f55f1af39fdd92c17 to your computer and use it in GitHub Desktop.
Configuration file for PXE server
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