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: | GPL |
Submitter: | BobyMCbobs |
Maintainer: | BobyMCbobs |
Last Packager: | BobyMCbobs |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-08 09:30 (UTC) |
Last Updated: | 2018-06-18 05:35 (UTC) |
Dependencies (4)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- binfmt-support
- qemu (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-patch-raspberry4, qemu-pinning-base, qemu-pinning-desktop, qemu-pinning-full, qemu-git, qemu-headless-git, qemu-base, qemu-desktop, qemu-full)
- qemu-user-static
Latest Comments
g4c commented on 2020-08-24 05:41 (UTC)
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. :)