mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Fix missing comment
Closes https://github.com/TommyTran732/Arch-Setup-Script/issues/33
This commit is contained in:
parent
303d5ee89f
commit
57d9e1d7bd
@ -409,7 +409,7 @@ echo '' >> /mnt/etc/default/grub
|
|||||||
echo '# Default to linux-hardened
|
echo '# Default to linux-hardened
|
||||||
GRUB_DEFAULT="1>2"
|
GRUB_DEFAULT="1>2"
|
||||||
|
|
||||||
Booting with BTRFS subvolume
|
# Booting with BTRFS subvolume
|
||||||
GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true' >> /mnt/etc/default/grub
|
GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true' >> /mnt/etc/default/grub
|
||||||
|
|
||||||
## Disable root subvol pinning.
|
## Disable root subvol pinning.
|
||||||
|
Loading…
Reference in New Issue
Block a user