Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > f5030dba3bedf68ef34aeed8f3e9b13d > scriptlet

drakxtools-backend-16.104-1.mga5.x86_64.rpm

Triggers

drakxtools-backend < 11.44

/bin/sh
echo "Migrating /etc/fstab and bootloader configuration to use UUIDs. Previous files are saved with extension .before-migrate-to-uuids"
/usr/sbin/bootloader-config --action migrate-to-uuids ||:

drakxtools-backend < 11.52

/bin/sh
echo "Updating /etc/modprobe.preload.d/floppy"
perl -I/usr/lib/libDrakX -Mharddrake::autoconf -e 'harddrake::autoconf::floppy()' ||:

drakxtools-backend < 14.1-2

/bin/sh
if [ -w /boot/grub/menu.lst ]; then
  if grep -q splash= /boot/grub/menu.lst; then
    echo "Migrating kernel commandline bootsplash arguments in grub"
    sed -i 's/ splash=silent / splash quiet /;s/ splash=silent$/ splash quiet/;s/ splash=verbose / /;s/ splash=verbose$//;' /boot/grub/menu.lst
  fi
fi