Search Criteria
Package Details: rpicustomiser 1.0.1-1
Git Clone URL: | https://aur.archlinux.org/rpicustomiser.git (read-only, click to copy) |
---|---|
Package Base: | rpicustomiser |
Description: | A useful tool for customising Rasbian. Chroot, install deb packages, copy files, customise. |
Upstream URL: | https://gitlab.com/BobyMCbobs/rpicustomiser |
Licenses: | |
Submitter: | BobyMCbobs |
Maintainer: | BobyMCbobs |
Last Packager: | BobyMCbobs |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-08 09:30 |
Last Updated: | 2018-06-18 05:35 |
Dependencies (4)
- bash (bash-devel-git, bash-devel-static-git)
- binfmt-support
- qemu (qemu-60fps, qemu-pinning-headless, qemu-pinning-headless-arch-extra, qemu-pinning-block-iscsi, qemu-pinning-block-rbd, qemu-pinning-block-gluster, qemu-pinning-guest-agent, qemu-headless-templeos, qemu-headless-arch-extra-templeos, qemu-block-iscsi-templeos, qemu-block-rbd-templeos, qemu-block-gluster-templeos, qemu-guest-agent-templeos, qemu-git)
- qemu-user-static (qemu-user-static-bin)
Latest Comments
g4c commented on 2020-08-24 05:41
FYI, binfmt-support is now deprecated because it is built into systemd now. It just has to be enabled with
systemctl enable --now systemd-binfmt
. I just added that topost_install()
by adding it to the end of the PKGBUILD like so: post_install() { systemctl enable --now systemd-binfmt }And, of course, don't forget to remove binfmt-support from depends. :)