aboutsummaryrefslogtreecommitdiff
path: root/www/content/notes/cheat-sheet/_index.md
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-04-01 23:44:50 +0800
committerYuqian Yang <crupest@crupest.life>2025-04-02 19:00:58 +0800
commit4182874b764ea3d6ec6224e1b4d0f1b38ff78c05 (patch)
tree089b061146913b7b8afa36c56cc5c64cb1124cc7 /www/content/notes/cheat-sheet/_index.md
parent6e266e43ddbd99cadc814190c54eb77890f42479 (diff)
downloadcrupest-4182874b764ea3d6ec6224e1b4d0f1b38ff78c05.tar.gz
crupest-4182874b764ea3d6ec6224e1b4d0f1b38ff78c05.tar.bz2
crupest-4182874b764ea3d6ec6224e1b4d0f1b38ff78c05.zip
feat(www): update.
Diffstat (limited to 'www/content/notes/cheat-sheet/_index.md')
-rw-r--r--www/content/notes/cheat-sheet/_index.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/content/notes/cheat-sheet/_index.md b/www/content/notes/cheat-sheet/_index.md
index f379f0b..ff72c3d 100644
--- a/www/content/notes/cheat-sheet/_index.md
+++ b/www/content/notes/cheat-sheet/_index.md
@@ -1,15 +1,4 @@
---
title: "Cheat Sheet"
-date: 2025-04-01T23:09:53+08:00
-lastmod: 2025-04-01T23:09:53+08:00
-layout: single
---
-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
-```