Bug#408535: please provide linux,initrd.gz,etc for gtk-miniiso
Package: debian-installer
Severity: wishlist
Tags: patch
Please could you provide the missing netboot stuff for the gtk version? I'm
basicaly interested in linux and initrd.gz images, but thought that providing
the rest would be nice too.
Patch attached.
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Index: config/amd64/gtk-miniiso.cfg
===================================================================
--- config/amd64/gtk-miniiso.cfg (revision 44435)
+++ config/amd64/gtk-miniiso.cfg (working copy)
@@ -1,13 +1,18 @@
-MEDIA_TYPE = image
+MEDIA_TYPE = netboot image
+NETBOOT_DIR_TARGETS = $(TEMP_INITRD) $(TEMP_KERNEL)
+NETBOOT_DIR_LINKS = pxelinux.0 pxelinux.cfg
+
TYPE = netboot/gtk
UDEB_LISTS = $(TEMP_UDEB_LIST) tmp/gtk-miniiso/udeb.list
-TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) $(TEMP_NETBOOT_DIR) $(MINIISO)
+TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR) $(MINIISO)
EXTRANAME = $(MEDIUM)/
BOOT_SCREEN_DIR = $(NETBOOT_PATH)/boot-screens/
+MANIFEST-NETBOOT_DIR = "PXE boot directory for tftp server"
+MANIFEST-NETBOOT_TAR = "tarball of PXE boot directory"
MANIFEST-MINIISO = "not so tiny CD image that boots the graphical netboot installer"
VIDEO_MODE=$(VIDEO_MODE_GTK)
Reply to: