> There is an etc/default/grub.d, which by analogy with other xxxx.d
> directories, can contain user overrides which are not touched by
> upgrades, but I made a quick attempt here which failed and I didn't
> have time to mess around with it. I can't find an example of doing it
> correctly on the Net, which is surprising, all the references I find
> are just for /etc/default/grub. Maybe someone here knows the right way?
>
> --
> Joe

$ cat /etc/default/grub.d/grubtweak.cfg
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

# see /etc/grub.d/40_custom
GRUB_DEFAULT=plasma

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ipv6.disable=1 loglevel=3 
acpi_backlight=vendor"

# use video=SVIDEO-1:d to fix screen flicker prob on two screens w/ plasma 
desktop
# can do this in 40-custom, SVIDEO-1 does not appear in fluxbox?
# i915 is broken, disabling video outputs doesn't work

GRUB_DISABLE_RECOVERY="true"

#GRUB_DISABLE_SUBMENU=y

GRUB_DISABLE_OS_PROBER="true"

Reply via email to