mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f3ad64006dfb7f354530f6d702040cb7d2f58ebb
parent 4c865b1ec11174917a8243c86a760ae10cafec9d
Author: mayfrost <mayfrost@cock.li>
Date:   Wed, 13 Jun 2018 07:44:26 +0000

Update BOOTLOADER.md
Diffstat:
MBOOTLOADER.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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 = <DISTRO_NAME>` -` root = /dev/sda<PARTITION_NUMBER_OF_DISTRO>` +` root = /dev/sda<PARTITION_NUMBER_OF_ROOT>` `other = /dev/sda<PARTITION_NUMBER_OF_FREEDOS>` ` table = /dev/sda` ` Label = FreeDOS` @@ -83,11 +83,11 @@ grub-install /boot/efi` `splashimage=(hd0,0)/grub/splash.xpm.gz` `#hiddenmenu` `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` ` initrd /initramfs-<KERNEL_VERSION>.img` `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` ` initrd /initramfs-<ANOTHER_KERNEL_VERSION>.img` `title FreeDOS`