Recommend symlinking grub.cfg
Copying it is not the most convenient option.
This commit is contained in:
parent
483baf6b7d
commit
99e57944b6
1 changed files with 9 additions and 0 deletions
|
@ -81,3 +81,12 @@ system, you'll need to copy that version over:
|
|||
```
|
||||
cp /boot/loader/grub.cfg /boot/grub2/grub.cfg
|
||||
```
|
||||
|
||||
Note that you will have to repeat this every time a new tree is created, so it
|
||||
may be more convenient to just create a symlink:
|
||||
|
||||
```
|
||||
cd /boot/grub2
|
||||
rm grub.cfg
|
||||
ln -s ../loader/grub.cfg .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue