Update AN01 for btrfs

Issue #26
This commit is contained in:
Suikan 2021-07-17 14:38:01 +09:00
parent 885ac34a5a
commit 3bb2a5622c
2 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,8 @@ Record of the modification in project development.
## [Unreleased] - yyyy-mm-dd ## [Unreleased] - yyyy-mm-dd
### Added ### Added
### Changed ### Changed
- [Issue 26 : Update AN01 for btrfs](https://github.com/suikan4github/kaiten-yaki/issues/26)
### Deprecated ### Deprecated
### Removed ### Removed
### Fixed ### Fixed

View file

@ -45,6 +45,11 @@ Following is the example. The (lvm/vg1-mate) is dependent on the system. It has
ls ls
set prefix=(lvm/vg1-mate)/boot/grub 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 :
```
ls
set prefix=(lvm/vg1-mate)/@/boot/grub
```
Then, the third step is the same with the BIOS systems. Then, the third step is the same with the BIOS systems.