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/bin/linux-base-update-symlinks "$@" fi
in it's place
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 ]] linux-base- update- symlinks "$@"
then
echo 'vfat does not support symlinks...'
echo 'doing nothing'
exit 0
else
/usr/bin/
fi
in it's place