parent
2ec9404694
commit
6ceedfa0f2
@ -0,0 +1,22 @@ |
||||
FLAVOUR_SUPPORTED = "" gtk |
||||
|
||||
# Not really a floppy, this is a 953 MiB image, large enough to put a |
||||
# netinst iso in (being able to fit the full CD on it is just a bonus..), |
||||
# and small enough to fit on a low-end memory stick, such as those |
||||
# advertised as being 1 gigabyte in size. |
||||
FLOPPY_SIZE = 976560 |
||||
|
||||
DISK_LABEL = "bootable drive" |
||||
MEDIA_TYPE = bootable drive |
||||
|
||||
GZIPPED = .gz |
||||
EXTRANAME = hd-media/ |
||||
|
||||
# Add the gtk images on to the bootable image. |
||||
EXTRATARGETS = build_hd-media_gtk |
||||
INITRD_GTK = dest/hd-media/gtk/initrd.gz |
||||
TARGET = $(KERNEL) $(INITRD) |
||||
|
||||
MANIFEST-BOOT = "1 gb image (compressed) for USB memory stick" |
||||
MANIFEST-INITRD = "for use on USB memory sticks" |
||||
MANIFEST-KERNEL = "for use on USB memory sticks" |
@ -0,0 +1,16 @@ |
||||
TYPE = hd-media/gtk |
||||
|
||||
EXTRANAME = gtk/ |
||||
|
||||
# Only build the gtk initrd and kernel, the bootable image is built by the |
||||
# main hd-media target and includes this initrd. |
||||
EXTRATARGETS = |
||||
TARGET = $(KERNEL) $(INITRD) |
||||
|
||||
KEEP_GI_LANGS = 1 |
||||
|
||||
VIDEO_MODE=$(VIDEO_MODE_GTK) |
||||
|
||||
# All images that include cdebconf should include symbols needed by these |
||||
# plugins. |
||||
EXTRAUDEBS += cdebconf-gtk-entropy |
Loading…
Reference in new issue