# become root
sudo -s
# do the job
sed 's/#GRUB_DISABLE_RECOVERY="true"/GRUB_DISABLE_RECOVERY="true"/' -i /etc/default/grub
update-grub
Created
June 26, 2018 09:01
-
-
Save okv/091cbec996afca1fd8aea6899b4a1bf3 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment