Add hd-media target for hurd-i386

suites/ascii
Samuel Thibault 12 years ago
parent 2ec9404694
commit 6ceedfa0f2
  1. 2
      build/config/hurd-i386.cfg
  2. 22
      build/config/hurd-i386/hd-media.cfg
  3. 16
      build/config/hurd-i386/hd-media/gtk.cfg
  4. 3
      build/config/hurd.cfg
  5. 1
      debian/changelog

@ -1,4 +1,4 @@
MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen
MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.

@ -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

@ -44,8 +44,9 @@ XENCFG = $(SOME_DEST)/$(EXTRANAME)debian.cfg
MKLIBS = mklibs-copy
# Unsupported targets
arch_boot_screens:
arch_tree:
arch_boot:
arch_boot_screens:
# genisoimage CD info directory, including grub and configuration files
# Note that the configuration is extensively manipulated by debian-cd to

1
debian/changelog vendored

@ -1,6 +1,7 @@
debian-installer (2013XXXX) UNRELEASED; urgency=low
* Fix boot beep.
* Add hd-media target for hurd-i386.
-- Samuel Thibault <sthibault@debian.org> Wed, 01 May 2013 14:18:04 +0200

Loading…
Cancel
Save