You are not logged in.
Pages: 1
In my /etc/fstab, btrfs is not used. How do I find out if btrfs-progs is needed on my system at all? I'm asking because every new version of it makes a new mkinitcpio run, which takes some time.
Last edited by questionask (2024-06-10 07:08:57)
Offline
pacman -Qi btrfs-progs
will list the database entry. Required By and Optional For will determine "if btrfs-progs is needed on my system at all"
Offline
Thanks. It was only optional, so I could remove it.
Offline
The filesystems hook tends to add to many things to the initramfs .
I removed it and manually added ext4 (the fs my / uses) to the modules= line of mkinitcpio.conf .
This reduced the size of the initramfs, improved initramfs generation time and made boot a bit faster.
fine tuning things is often worth it.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1