Update BOOTLOADER.md

This commit is contained in:
mayfrost 2018-06-13 07:44:26 +00:00 committed by GitHub
parent 4c865b1ec1
commit f3ad64006d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Supported filesystems by bootloaders, they will boot the OS only if the "_/boot_
`boot = /dev/sda` `boot = /dev/sda`
`image = /boot/vmlinuz` `image = /boot/vmlinuz`
` Label = <DISTRO_NAME>` ` Label = <DISTRO_NAME>`
` root = /dev/sda<PARTITION_NUMBER_OF_DISTRO>` ` root = /dev/sda<PARTITION_NUMBER_OF_ROOT>`
`other = /dev/sda<PARTITION_NUMBER_OF_FREEDOS>` `other = /dev/sda<PARTITION_NUMBER_OF_FREEDOS>`
` table = /dev/sda` ` table = /dev/sda`
` Label = FreeDOS` ` Label = FreeDOS`
@ -83,11 +83,11 @@ grub-install /boot/efi`
`splashimage=(hd0,0)/grub/splash.xpm.gz` `splashimage=(hd0,0)/grub/splash.xpm.gz`
`#hiddenmenu` `#hiddenmenu`
`title <DISTRO_NAME> (<KERNEL_VERSION>)` `title <DISTRO_NAME> (<KERNEL_VERSION>)`
` root (hd0,<PARTITION_NUMBER_OF_DISTRO>)` ` root (hd0,<PARTITION_NUMBER_OF_ROOT>)`
` kernel /vmlinuz-<KERNEL_VERSION> ro root=/dev/sda5 rhgb quiet` ` kernel /vmlinuz-<KERNEL_VERSION> ro root=/dev/sda5 rhgb quiet`
` initrd /initramfs-<KERNEL_VERSION>.img` ` initrd /initramfs-<KERNEL_VERSION>.img`
`title <DISTRO_NAME_alternative_kernel> (<ANOTHER_KERNEL_VERSION>)` `title <DISTRO_NAME_alternative_kernel> (<ANOTHER_KERNEL_VERSION>)`
` root (hd0,<PARTITION_NUMBER_OF_DISTRO>)` ` root (hd0,<PARTITION_NUMBER_OF_ROOT>)`
` kernel /vmlinuz-<ANOTHER_KERNEL_VERSION> ro root=/dev/sda5 rhgb quiet` ` kernel /vmlinuz-<ANOTHER_KERNEL_VERSION> ro root=/dev/sda5 rhgb quiet`
` initrd /initramfs-<ANOTHER_KERNEL_VERSION>.img` ` initrd /initramfs-<ANOTHER_KERNEL_VERSION>.img`
`title FreeDOS` `title FreeDOS`