Search Criteria
Package Details: bootc 1.12.1-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.21 |
| First Submitted: | 2025-11-08 14:22 (UTC) |
| Last Updated: | 2026-01-16 15:45 (UTC) |
Dependencies (10)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- ostree (ostree-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-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.