Skip to content

Instantly share code, notes, and snippets.

@okv
Created June 26, 2018 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okv/091cbec996afca1fd8aea6899b4a1bf3 to your computer and use it in GitHub Desktop.
Save okv/091cbec996afca1fd8aea6899b4a1bf3 to your computer and use it in GitHub Desktop.
# become root
sudo -s
# do the job
sed 's/#GRUB_DISABLE_RECOVERY="true"/GRUB_DISABLE_RECOVERY="true"/' -i /etc/default/grub
update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment