diff options
Diffstat (limited to 'www/content/notes/cheat-sheet/index.md')
-rw-r--r-- | www/content/notes/cheat-sheet/index.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/content/notes/cheat-sheet/index.md b/www/content/notes/cheat-sheet/index.md deleted file mode 100644 index efb3b35..0000000 --- a/www/content/notes/cheat-sheet/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Cheat Sheet" -date: 2025-04-01T23:09:53+08:00 -lastmod: 2025-04-01T23:09:53+08:00 ---- - -Update GRUB after `grub` package is updated. Replace `/boot` with your mount -point of the EFI partition in `--efi-directory=/boot`. Replace `GRUB` with your -bootloader id in `--bootloader-id=GRUB`. - -```bash-session -grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB -grub-mkconfig -o /boot/grub/grub.cfg -``` |