[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH V4 0/3] d-i: support building bootable images for armhf targets



Hello,

this patchset had been postponed to after d-i RC1 as discussions
about it were still ongoing at the time for the RC1 release.
I have in the meantime met Ian and Steve at FOSDEM and we have
discussed the open topics there.  We came to the conclusion that
using the concatenateable images approach is the way to go and
that the space and bandwidth used by those images does not pose a
problem for the mirror network.  I was busy with other topics
during the last weeks, so it unfortunately took me longer than
planned to strip the patchset down to the necessary parts and
rebase it against the current codebase.

Follwing is the updated version of the patchset. I have run
successful installation tests with all image types generated by
it and it builds cleanly in pbuilder, so I intend to push it to
d-i master for inclusion in d-i RC2.

Kibi, is that ok for you?

Regards,
Karsten

Karsten Merker (3):
  Add util/gen-hd-image
  Add SD-card image build support for hd-media builds on armhf
  Add SD-card image and tftpboot tarball build support for netboot
    builds on armhf

 build/boot/README.concatenateable_images |  20 ++
 build/boot/arm/bootscr.tftpboot          |  21 ++
 build/config/armhf/hd-media.cfg          |  25 +-
 build/config/armhf/netboot.cfg           |  50 +++-
 build/util/gen-hd-image                  | 380 +++++++++++++++++++++++++++++++
 debian/changelog                         |   5 +
 debian/control                           |   5 +-
 debian/copyright                         |   5 +
 8 files changed, 507 insertions(+), 4 deletions(-)
 create mode 100644 build/boot/README.concatenateable_images
 create mode 100644 build/boot/arm/bootscr.tftpboot
 create mode 100755 build/util/gen-hd-image

-- 
2.1.4


Reply to: