[Kernel-packages] [Bug 1318951] Re: kernel update fails with /boot on FAT32

2023-05-24 Thread Ward Nakchbandi
** Also affects: dpkg (Debian) Importance: Undecided Status: New ** Also affects: linux-base (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-base in Ubuntu. https://bugs

[Kernel-packages] [Bug 1318951] Re: kernel update fails with /boot on FAT32

2023-05-24 Thread Ward Nakchbandi
and for linux-base i moved /usr/bin/linux-update-symlinks to /usr/bin/linux-base-update-symlinks and put #! /bin/bash set -e BOOT_FS=$(df -P -h -T "/boot" | awk 'END{print $2}') if [[ $BOOT_FS == vfat ]] then echo 'vfat does not support symlinks...' echo 'doing nothing' exit 0 else /usr/bi

[Kernel-packages] [Bug 1318951] Re: kernel update fails with /boot on FAT32

2023-05-24 Thread Ward Nakchbandi
This problem has 2 parts linux base and dpkg for dpkg this patch fixes it ** Also affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-base (Ubuntu) Importance: Undecided Status: New ** Patch added: "fix-boot-backup.patch" https://bugs.launchpa