Xmetalfanx / linuxSetup

Xmetal's Linux Scripts
GNU General Public License v3.0
2 stars 2 forks source link

os-prober change #266

Closed Xmetalfanx closed 10 months ago

Xmetalfanx commented 1 year ago

add code to address Debian and Ubuntu now, no longer running os-prober by default

this code (since it messes with grub) may get a little tricky ... I dont want to break anyone's systems of course

Xmetalfanx commented 1 year ago

ref: https://www.baeldung.com/linux/grub-bootloader-add-new-os

idea sudo cat /etc/default/grub | grep 'GRUB_DISABLE_OS_PROBER'

nothing or TRUE = os-prober is enabled FALSE = os-prober is disabled