following this thread, i'm unclear about the global/future concern. guessing 
it's in here somewhere ...

what specific use case -- or planned change -- is this addressing?
_my_ current usage doesn't seem to have an issue.

e.g., for

        distro
                Name: Fedora Linux 42 (Adams)
                Version: 42
                Codename:

        uname -r
                6.16.10-200.fc42.x86_64

with compression

        /usr/lib/dracut/skipcpio /boot/initramfs-$(uname -r).img | file -
                /dev/stdin: Zstandard compressed data (v0.8+), Dictionary ID: 
None

        lsinitrd /boot/initramfs-$(uname -r).img | head
                Image: /boot/initramfs-6.16.10-200.fc42.x86_64.img: 47M
                
========================================================================
                Early CPIO image
                
========================================================================
                drwxr-xr-x   2 root     root            0 Sep 23 20:00 .
                -rw-r--r--   1 root     root            2 Sep 23 20:00 
early_cpio
                drwxr-xr-x   2 root     root            0 Sep 23 20:00 kernel
                drwxr-xr-x   2 root     root            0 Sep 23 20:00 
kernel/x86
                drwxr-xr-x   2 root     root            0 Sep 23 20:00 
kernel/x86/microcode
                -rw-r--r--   1 root     root         4096 Sep 23 20:00 
kernel/x86/microcode/GenuineIntel.bin

no rescue images

        grep ^dracut_rescue /etc/dracut.conf.d/*
                /etc/dracut.conf.d/02-rescue.conf:dracut_rescue_image="no"

and keeping 3 kernels

        grep ^installonly /etc/dnf/dnf.conf
                installonly_limit=3

        ls -al /boot/{*init*,*vml*}
                -rw------- 1 root root 72M Oct  8 06:41 
/boot/initramfs-6.16.10-200.fc42.x86_64.img
                -rw------- 1 root root 71M Oct 10 09:51 
/boot/initramfs-6.16.7-200.fc42.x86_64.img
                -rw------- 1 root root 72M Oct  3 07:13 
/boot/initramfs-6.16.9-200.fc42.x86_64.img
                -rwxr-xr-x 1 root root 17M Oct  1 20:00 
/boot/vmlinuz-6.16.10-200.fc42.x86_64*
                -rwxr-xr-x 1 root root 17M Sep 10 20:00 
/boot/vmlinuz-6.16.7-200.fc42.x86_64*
                -rwxr-xr-x 1 root root 17M Sep 24 20:00 
/boot/vmlinuz-6.16.9-200.fc42.x86_64*

i've *plenty* of room

        df -BM --total /dev/nvme0n1p{1,2}
                Filesystem     Type 1M-blocks  Used Available Use% Mounted on
                /dev/nvme0n1p1 vfat      549M   61M      489M  12% /boot/efi
                /dev/nvme0n1p2 ext4     1946M  308M     1521M  17% /boot
                total          -        2495M  368M     2009M  16% -

for even 1GB /boot part size.

iiuc, it's NOT just for new-installs.

--
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to