When running abroot upgrade -f the upgrade failed with exit 1, with the following output
COMMIT abroot-8ee715b5-1891-4c8b-b0b2-68babe6e2ef6
--> 132b2fd59115
Successfully tagged localhost/abroot-8ee715b5-1891-4c8b-b0b2-68babe6e2ef6:latest
132b2fd59115edd6432f426cf3c6ffd81e920ae9de9bdf52bb7d1745d5d65f4d
Syncing var/spool/cups/tmp/ [77079/77079] ██████████████████████████████████████████████ 100% | 1m54s
Generating grub configuration file ...
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
umount: /var/lib/os-prober/mount/: not found
done
update-initramfs: Generating /boot/initrd.img-6.12.12-amd64
cp: failed to clone '/var/tmp/mkinitramfs_1IpXkM//usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0' from '/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0': No space left on device
E: /usr/share/initramfs-tools/hooks/btrfs failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.12.12-amd64 with 1.
ERROR exit status 1
The abroot config looks like this
{
"autoRepair": true,
"maxParallelDownloads": 2,
"registry": "ghcr.io",
"registryService": "registry.ghcr.io",
"registryAPIVersion": "v2",
"name": "vanilla-os/nvidia",
"tag": "main",
"iPkgMngPre": "lpkg --unlock",
"iPkgMngPost": "lpkg --lock",
"iPkgMngAdd": "apt-get install -y",
"iPkgMngRm": "apt-get remove -y --autoremove",
"iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}",
"iPkgMngStatus": 2,
"differURL": "https://differ.vanillaos.org",
"partLabelVar": "vos-var",
"partLabelA": "vos-a",
"partLabelB": "vos-b",
"partLabelBoot": "vos-boot",
"partLabelEfi": "vos-efi",
"libPathStates": "/var/lib/abroot/states",
"PartCryptVar": "/dev/mapper/vos--var-var",
"thinProvisioning": true,
"thinInitVolume": "vos-init"
}
When running
abroot upgrade -fthe upgrade failed with exit 1, with the following outputThe abroot config looks like this
{ "autoRepair": true, "maxParallelDownloads": 2, "registry": "ghcr.io", "registryService": "registry.ghcr.io", "registryAPIVersion": "v2", "name": "vanilla-os/nvidia", "tag": "main", "iPkgMngPre": "lpkg --unlock", "iPkgMngPost": "lpkg --lock", "iPkgMngAdd": "apt-get install -y", "iPkgMngRm": "apt-get remove -y --autoremove", "iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}", "iPkgMngStatus": 2, "differURL": "https://differ.vanillaos.org", "partLabelVar": "vos-var", "partLabelA": "vos-a", "partLabelB": "vos-b", "partLabelBoot": "vos-boot", "partLabelEfi": "vos-efi", "libPathStates": "/var/lib/abroot/states", "PartCryptVar": "/dev/mapper/vos--var-var", "thinProvisioning": true, "thinInitVolume": "vos-init" }