Update fallout grub log instructions for encrypted root partition

This commit is contained in:
Sravan Balaji 2024-07-07 12:35:02 -04:00
parent 62f74d9588
commit c8971a2204

View File

@ -34,5 +34,7 @@ src_install() {
dodoc README.md
elog "In /etc/default/grub, set \`GRUB_THEME=\"/usr/share/grub/themes/fallout/theme.txt\"\`."
elog "Then update GRUB with \`sudo grub-mkconfig -o /boot/grub/grub.cfg\`."
elog "For encrypted root partitions, you will want to copy theme into boot directory. E.g., \`sudo mkdir -p /boot/grub/themes && sudo cp -R /usr/share/grub/themes/fallout /boot/grub/themes/\`."
elog "Then set \`GRUB_THEME=\"/boot/grub/themes/fallout/theme.txt\"\`"
elog "Finally, update GRUB with \`sudo grub-mkconfig -o /boot/grub/grub.cfg\`."
}