Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on rpi-make-boot-image package/script #22

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: rpi-sb-provisioner
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}"