Skip to content

Commit

Permalink
Depend on rpi-make-boot-image package/script
Browse files Browse the repository at this point in the history
  • Loading branch information
roliver-rpi authored Dec 2, 2024
1 parent 00cefe1 commit 8d405b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Homepage: https://www.raspberrypi.com/software
Package: pi-gen-micro
Architecture: arm64
Pre-Depends: dpkg (>= 1.16.1), sed
Depends:
Depends: rpi-make-boot-image
Description: A tool to create cut-down Debian-based OS-images for Raspberry Pi Devices
2 changes: 1 addition & 1 deletion pi-gen-micro
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,4 @@ zstd --no-progress --rm -15 initramfs.cpio -o "${OUT_DIR}"/rootfs.cpio.zst
echo "Making boot img"
echo "Out directory = ${OUT_DIR}"
mkdir -p "${OUT_DIR}"
make-boot-image -d "${OUT_DIR}"/ -o "${OUT_IMAGE_NAME}" -a "${KERNEL_BIT_SIZE}"
rpi-make-boot-image -d "${OUT_DIR}"/ -o "${OUT_IMAGE_NAME}" -a "${KERNEL_BIT_SIZE}"

0 comments on commit 8d405b1

Please sign in to comment.