#61 Recommend symlinking grub.cfg
Merged 6 years ago by walters. Opened 6 years ago by mclasen.
mclasen/workstation-ostree-config grub-config-symlink  into  master

@@ -81,3 +81,12 @@ 

  ```

  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 .

+ ```

Copying it is not the most convenient option.

rebased onto 99e5794

6 years ago

mostly LGTM, I'll let @jlebon confirm before merging

Pull-Request has been merged by walters

6 years ago
Metadata