aboutsummaryrefslogtreecommitdiff
path: root/www/content/notes/cheat-sheet
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 22:23:15 +0800
commitd3dd743e79c19e354c07b1081a6e8c4644a442d8 (patch)
tree3602441a3ff32819c0d8f1769e7ec203e859f5ad /www/content/notes/cheat-sheet
parentde47582066d9268a39cb36f27fece561f7d62627 (diff)
downloadcrupest-d3dd743e79c19e354c07b1081a6e8c4644a442d8.tar.gz
crupest-d3dd743e79c19e354c07b1081a6e8c4644a442d8.tar.bz2
crupest-d3dd743e79c19e354c07b1081a6e8c4644a442d8.zip
feat(www): update.
Diffstat (limited to 'www/content/notes/cheat-sheet')
-rw-r--r--www/content/notes/cheat-sheet/_index.md4
-rw-r--r--www/content/notes/cheat-sheet/index.md14
2 files changed, 0 insertions, 18 deletions
diff --git a/www/content/notes/cheat-sheet/_index.md b/www/content/notes/cheat-sheet/_index.md
deleted file mode 100644
index ff72c3d..0000000
--- a/www/content/notes/cheat-sheet/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: "Cheat Sheet"
----
-
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
-```