![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | schroot.sh | 2022-11-10 15:34 | 591 | |
![]() | schroot.sh.txt | 2022-02-07 20:43 | 963 | |
![]() | this-dnfbootstrap | 2024-10-03 17:58 | 1.0K | |
How to dnfbootstrap AlmaLinux 8.5 from f34
With an install of latest mock in your f34 host, you can install a minimal chroot of AL8. Before we tar up the target, we must convert the rpmdb from sqlite to bdb. Use the schroot.sh script for this. Swap the comment to uncomment the rpmdb conversion: --- code --- LC_ALL=C chroot $RT /bin/bash #LC_ALL=C chroot $RT rpmdb --rebuilddb --define "_db_backend bdb" --- code --- Author --- PryMar56 Feb 2022