mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Correct spell.
This commit is contained in:
parent
3bb2a5622c
commit
e1e67af67c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Following is the example. The (lvm/vg1-mate) is dependent on the system. It has
|
|||
ls
|
||||
set prefix=(lvm/vg1-mate)/boot/grub
|
||||
```
|
||||
Note that above example assume the root volume format is usual one ( ex: ext4, jfs, xfs ). If the root volume is formatted by btrfs, above prefix doesn't work, it should contain the sub-volume name in the path :
|
||||
Note that above example assumes the root volume format is usual one ( ex: ext4, jfs, xfs ). If the root volume is formatted by btrfs, above prefix doesn't work. The path name should contain the sub-volume name :
|
||||
```
|
||||
ls
|
||||
set prefix=(lvm/vg1-mate)/@/boot/grub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue