name: rpi2-firmware kind: chunk build-system: manual install-commands: - mkdir -p "$DESTDIR"/boot - cp boot/*.bin "$DESTDIR"/boot/ - cp boot/*.elf "$DESTDIR"/boot/ - cp boot/*.dat "$DESTDIR"/boot/ - cp boot/COPYING.linux "$DESTDIR"/boot/ - cp boot/LICENCE.broadcom "$DESTDIR"/boot/ - | cat << EOF > "$DESTDIR"/boot/cmdline.txt dwc_otg.fiq_fix_enable=2 console=tty1 root=/dev/mmcblk0p2 rootfstype=btrfs rootwait rootflags=subvol=systems/default/run EOF