From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173#note_1195644358

I'm not sure you can really change the symvers file compression away from gzip
right now. At least looking quickly here, it seems grub2 on Fedora 36 has a
script that references it:

```
$ grep -r symvers /usr/lib/kernel/install.d/*
/usr/lib/kernel/install.d/20-grub.install:            # symvers is
symvers-<version>.gz symlink, needs a special treatment
/usr/lib/kernel/install.d/20-grub.install:
i="$KERNEL_DIR/symvers.gz"
/usr/lib/kernel/install.d/20-grub.install:                rm -f
"/boot/symvers-${KERNEL_VERSION}.gz"
/usr/lib/kernel/install.d/20-grub.install:                ln -s "$i"
"/boot/symvers-${KERNEL_VERSION}.gz"
/usr/lib/kernel/install.d/20-grub.install:                    restorecon
"/boot/symvers-${KERNEL_VERSION}.gz"
/usr/lib/kernel/install.d/20-grub.install:            # symvers is
symvers-<version>.gz symlink, needs a special treatment
/usr/lib/kernel/install.d/20-grub.install:            rm -f
"/boot/symvers-${KERNEL_VERSION}.gz"
$ rpm -qf /usr/lib/kernel/install.d/20-grub.install
grub2-common-2.06-54.fc36.noarch
```
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to