diff --git a/BOOTLOADER.md b/BOOTLOADER.md index d92e447..2ef2a76 100644 --- a/BOOTLOADER.md +++ b/BOOTLOADER.md @@ -23,7 +23,7 @@ Supported filesystems by bootloaders, they will boot the OS only if the "_/boot_ `boot = /dev/sda` `image = /boot/vmlinuz` ` Label = ` -` root = /dev/sda` +` root = /dev/sda` `other = /dev/sda` ` table = /dev/sda` ` Label = FreeDOS` @@ -83,11 +83,11 @@ grub-install /boot/efi` `splashimage=(hd0,0)/grub/splash.xpm.gz` `#hiddenmenu` `title ()` -` root (hd0,)` +` root (hd0,)` ` kernel /vmlinuz- ro root=/dev/sda5 rhgb quiet` ` initrd /initramfs-.img` `title ()` -` root (hd0,)` +` root (hd0,)` ` kernel /vmlinuz- ro root=/dev/sda5 rhgb quiet` ` initrd /initramfs-.img` `title FreeDOS`