Add generic armhf SD card image
Karsten, do you have any objections to this patch?
This adds a generic SD card image for armhf. It consists of the kernel,
installer, DTBs and boot script but no u-boot. This can be used to
easily populate SD card images on devices for which we don't provide
u-boot images.
---
build/config/armhf/netboot.cfg | 1 +
debian/changelog | 1 +
2 files changed, 2 insertions(+)
diff --git a/build/config/armhf/netboot.cfg b/build/config/armhf/netboot.cfg
index 5da8d92..febce02 100644
--- a/build/config/armhf/netboot.cfg
+++ b/build/config/armhf/netboot.cfg
@@ -53,4 +53,5 @@ netboot_images_concatenateable: $(KERNEL) $(INITRD) $(TEMP_DTBS) netboot_bootscr
fi ;\
done < boot/arm/u-boot-image-config
gen-hd-image -v -z -b partition -s "$(FLOPPY_SIZE)" -i "$(TEMP)/netboot_images_concatenateable" -o "$(SOME_DEST)/$(EXTRANAME)/SD-card-images/$(CONCATENATEABLE_SUFFIX)/partition.img"
+ gen-hd-image -v -z -b complete -s "$(FLOPPY_SIZE)" -i "$(TEMP)/netboot_images_concatenateable" -o "$(SOME_DEST)/$(EXTRANAME)/SD-card-images/$(CONCATENATEABLE_SUFFIX)/generic.img"
cp boot/README.concatenateable_images "$(SOME_DEST)/$(EXTRANAME)/SD-card-images/$(CONCATENATEABLE_SUFFIX)/"
diff --git a/debian/changelog b/debian/changelog
index c8d9f5a..9eb1f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ debian-installer (20160704) UNRELEASED; urgency=medium
- Split orion5x into orion5x and orion5x-qnap. This is based on
work done by Roger Shimizu.
- Exclude the text frontend.
+ * Add generic armhf SD card image.
[ Adam Conrad ]
* build/Makefile: Don't strip modules; this removes sigs (LP: #1604441)
--
Martin Michlmayr
http://www.cyrius.com/
Reply to: