config/setup-scripts/sys/grub.sh

6 lines
159 B
Bash
Raw Normal View History

2024-07-23 05:59:12 +00:00
#/bin/sh
#TODO source config
grub-install
[ "$arch_boot_verbose" = 'true' ] && sed -i '6s/ quiet//' /etc/default/grub
grub-mkconfig -o /boot/grub/grub.cfg