Index: build/config/i386/netboot.cfg
===================================================================
--- build/config/i386/netboot.cfg	(revision 56650)
+++ build/config/i386/netboot.cfg	(working copy)
@@ -1,12 +1,28 @@
+FLAVOUR_SUPPORTED = "" gtk
+
 MEDIA_TYPE = netboot image
 
+# Not really a floppy, this is a 63 mb image, large enough to put an
+# installation image and additional firmwares to fit on a small-range
+# memory stick, such as those advertised as being 63 mb in size.
+FLOPPY_SIZE = 64512
+
+DISK_LABEL = "bootable drive"
+
 NETBOOT_DIR_TARGETS = $(TEMP_INITRD) $(TEMP_KERNEL)
 NETBOOT_DIR_LINKS = pxelinux.0 pxelinux.cfg
-TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR) $(MINIISO)
+TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR) $(MINIISO) $(BOOT)
 EXTRANAME = $(MEDIUM)/
 
+GZIPPED = .gz
+
+# Add the gtk images on to the bootable image.
+EXTRATARGETS = build_netboot-gtk
+INITRD_GTK = dest/netboot/gtk/debian-installer/$(ARCH)/initrd.gz
+
 BOOT_SCREEN_DIR = $(NETBOOT_PATH)/boot-screens/
 
+MANIFEST-BOOT = "64 mb image (compressed) for USB memory stick"
 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"
Index: build/config/amd64/netboot.cfg
===================================================================
--- build/config/amd64/netboot.cfg	(revision 56650)
+++ build/config/amd64/netboot.cfg	(working copy)
@@ -1,12 +1,28 @@
+FLAVOUR_SUPPORTED = "" gtk
+
 MEDIA_TYPE = netboot image
 
+# Not really a floppy, this is a 63 mb image, large enough to put an
+# installation image and additional firmwares to fit on a small-range
+# memory stick, such as those advertised as being 63 mb in size.
+FLOPPY_SIZE = 64512
+
+DISK_LABEL = "bootable drive"
+
 NETBOOT_DIR_TARGETS = $(TEMP_INITRD) $(TEMP_KERNEL)
 NETBOOT_DIR_LINKS = pxelinux.0 pxelinux.cfg
-TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR) $(MINIISO)
+TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR) $(MINIISO) $(BOOT)
 EXTRANAME = $(MEDIUM)/
 
+GZIPPED = .gz
+
+# Add the gtk images on to the bootable image.
+EXTRATARGETS = build_netboot-gtk
+INITRD_GTK = dest/netboot/gtk/debian-installer/$(ARCH)/initrd.gz
+
 BOOT_SCREEN_DIR = $(NETBOOT_PATH)/boot-screens/
 
+MANIFEST-BOOT = "64 mb image (compressed) for USB memory stick"
 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"
