Skip to content

Commit

Permalink
working on pxelinux.cfg entry for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgariot committed Jan 7, 2017
1 parent 39c3f8f commit 620fe25
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 8 deletions.
5 changes: 2 additions & 3 deletions pykickxe_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
ks_cfgPath = './ks.cfg'
distroList = ['debian', 'fedora']
fedoraURL = (
"https://download.fedoraproject.org/pub/fedora/linux/"
"releases/25/Workstation/x86_64/iso/"
"Fedora-Workstation-netinst-x86_64-25-1.3.iso")
"http://ftp.icm.edu.pl/pub/Linux/fedora/"
"linux/releases/25/Workstation/x86_64/os/images/pxeboot/*") # doesnt work
debianURL = (
"http://ftp.nl.debian.org/debian/dists/jessie/"
"main/installer-amd64/current/images/netboot/"
Expand Down
Binary file added tftproot/fedora/initrd.img
Binary file not shown.
Binary file added tftproot/fedora/vmlinuz
Binary file not shown.
6 changes: 3 additions & 3 deletions tftproot/pxelinux.cfg/autoinstall.menu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MENU TITLE Autoinstall
PATH menu/
DEFAULT menu/menu.c32
TIMEOUT 10
PATH util/
DEFAULT util/menu.c32
TIMEOUT 20
ONTIMEOUT Proceeding
ONERROR Reboot

Expand Down
7 changes: 5 additions & 2 deletions tftproot/pxelinux.cfg/default
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PROMPT 0
TIMEOUT 40
ONTIMEOUT autoinstall
path menu/
default menu/menu.c32
path util/
default util/menu.c32

LABEL autoinstall
KERNEL menu.c32
Expand All @@ -12,3 +12,6 @@ LABEL debian
KERNEL debian-installer/amd64/linux
APPEND vga=normal initrd=debian-installer/amd64/initrd.gz

LABEL fedora
KERNEL fedora/vmlinuz
APPEND vga=normal initrd=fedora/initrd.img inst.repo=https://dl.fedoraproject.org/pub/fedora/linux/development/25/Workstation/x86_64/os/
Binary file added tftproot/util/chain.c32
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added tftproot/util/mboot.c32
Binary file not shown.
Binary file added tftproot/util/memdisk
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 620fe25

Please sign in to comment.