Override boot partition detection (#55)

* Override boot partition detection

refer to #54

* Add new option

# GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION="false"  
# Change to "true" if you have a boot partition in a different subvolume

* Corrects indentation

* Update readme
GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION="false"
(Change to "true" if you have a boot partition in a different subvolume)
This commit is contained in:
Antynea
2018-07-09 18:55:09 +02:00
committed by GitHub
parent 13a7186aaf
commit a1a48d26b7
3 changed files with 17 additions and 7 deletions

View File

@@ -90,6 +90,8 @@ Add this lines to /etc/default/grub:
(Name of the grub folder on /boot/)
* GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION="false"
(Change to "true" if you have a boot partition in a different subvolume)
Generate grub.cfg (on Arch linux use grub-mkconfig -o /boot/grub/grub.cfg )