Update fallout grub log instructions for encrypted root partition
This commit is contained in:
parent
62f74d9588
commit
c8971a2204
@ -34,5 +34,7 @@ src_install() {
|
|||||||
dodoc README.md
|
dodoc README.md
|
||||||
|
|
||||||
elog "In /etc/default/grub, set \`GRUB_THEME=\"/usr/share/grub/themes/fallout/theme.txt\"\`."
|
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\`."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user