Search Criteria
Package Details: bootc 1.11.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bootc.git (read-only, click to copy) |
|---|---|
| Package Base: | bootc |
| Description: | Boot and upgrade via container images |
| Upstream URL: | https://github.com/bootc-dev/bootc |
| Licenses: | Apache-2.0 OR MIT |
| Submitter: | jjm |
| Maintainer: | jjm |
| Last Packager: | jjm |
| Votes: | 1 |
| Popularity: | 0.74 |
| First Submitted: | 2025-11-08 14:22 (UTC) |
| Last Updated: | 2025-12-07 09:32 (UTC) |
Dependencies (10)
- bash (bash-devel-gitAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- ostree (ostree-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- go-md2man (make)
Required by (2)
- pacman-ostree
- uupd (optional)
Latest Comments
Hec commented on 2025-11-22 09:14 (UTC)
I currently have some issues with this package when used in a real archlinux-bootc installation. The way its packaged leaves a lot of files not installed.
My recommendation personally is to replace the package() script with something like this:
This will ensure that all of the files are properly installed into the system. Do note though, that when 1.11.0 comes out, you will have to remove
install-initramfs-dracutfrom the make command, as the latest git has removedinstall-initramfs-dracutas a make target.