You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
337 B
9 lines
337 B
MEDIA_TYPE = netboot image
|
|
|
|
NETBOOT_DIR_TARGETS = $(TEMP_INITRD) $(TEMP_KERNEL)
|
|
TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR) $(MINIISO)
|
|
EXTRANAME = $(MEDIUM)/
|
|
|
|
MANIFEST-NETBOOT_DIR = "PXE boot directory for tftp server"
|
|
MANIFEST-NETBOOT_TAR = "tarball of PXE boot directory"
|
|
MANIFEST-MINIISO = "tiny CD image that boots the netboot installer"
|
|
|