do not overwrite /etc/default/grub

This commit is contained in:
Tomasz Paweł Gajc 2015-02-26 18:55:34 +04:00
parent 3d1855cf3b
commit 7a443d9671

View file

@ -1,7 +1,7 @@
--- ---
# If set to true, always creates /etc/default/grub from scratch even if the file # If set to true, always creates /etc/default/grub from scratch even if the file
# already existed. If set to false, edits the existing file instead. # already existed. If set to false, edits the existing file instead.
overwrite: true overwrite: false
# Default entries to write to /etc/default/grub if it does not exist yet or if # Default entries to write to /etc/default/grub if it does not exist yet or if
# we are overwriting it. Note that in addition, GRUB_CMDLINE_LINUX_DEFAULT and # we are overwriting it. Note that in addition, GRUB_CMDLINE_LINUX_DEFAULT and
# GRUB_DISTRIBUTOR will always be written, with automatically detected values. # GRUB_DISTRIBUTOR will always be written, with automatically detected values.