Skip to content

Commit

Permalink
adjusting readmes and man page to correct partition + mount word order
Browse files Browse the repository at this point in the history
  • Loading branch information
rbisewski authored and vathpela committed Oct 11, 2019
1 parent 1f8561f commit 93494ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -76,7 +76,7 @@ active), and the name displayed on the screen.
Alternative use cases could be as follows:

1) An OS installer would call 'efibootmgr -c'. This assumes that
/boot/efi is your EFI System Partition, and is mounted at /dev/sda1.
/dev/sda1 is your EFI System Partition, and is mounted at /boot/efi.
This creates a new boot option, called "Linux", and puts it at the top
of the boot order list. Options may be passed to modify the
default behavior. The default OS Loader is elilo.efi.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ active), and the name displayed on the screen.
Alternative use cases could be as follows:

1) An OS installer would call `efibootmgr -c`. This assumes that
/boot/efi is your EFI System Partition, and is mounted at /dev/sda1.
/dev/sda1 is your EFI System Partition, and is mounted at /boot/efi.
This creates a new boot option, called "Linux", and puts it at the top
of the boot order list. Options may be passed to modify the
default behavior. The default OS Loader is elilo.efi.
Expand Down
4 changes: 2 additions & 2 deletions src/efibootmgr.8.in
Expand Up @@ -172,8 +172,8 @@ flag (* means active) and the name displayed on the screen.
.RE
.SS "Creating a new boot option"
An OS installer would call \fBefibootmgr -c\fR\&.
This assumes that \fI/boot/efi\fR is your EFI System
Partition, and is mounted at \fI/dev/sda1\fR\&. This
This assumes that \fI/dev/sda1\fR is your EFI System
Partition, and is mounted at \fI/boot/efi\fR\&. This
creates a new boot option, called "Linux", and puts it at the top of
the boot order list. Options may be passed to modify the default
behavior. The default OS Loader is \fI@@DEFAULT_LOADER@@\fR\&.
Expand Down

0 comments on commit 93494ce

Please sign in to comment.