mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-updater: grub2
This commit is contained in:
parent
58d44bcc69
commit
9a2e1261f6
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ update_kernel() {
|
|||
ln -s "linux-${bestkern}" /usr/src/linux
|
||||
fi
|
||||
#then we set genkernel options as needed
|
||||
genkernelopts="--no-mrproper --disklabel --microcode --compress-initramfs-type=xz --bootloader=grub"
|
||||
genkernelopts="--no-mrproper --disklabel --microcode --compress-initramfs-type=xz --bootloader=grub2"
|
||||
if grep -q btrfs /etc/fstab || grep -q btrfs /proc/cmdline; then
|
||||
genkernelopts="${genkernelopts} --btrfs"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue