diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 22:49:26 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 22:49:26 +0800 |
commit | 1da07b0b4a337342cc48627d9af78e7fd20a45cf (patch) | |
tree | 176e21523ae40289591fd5e249ffcc0a477c7380 /www/content/notes/hurd/cheat-sheet.md | |
parent | 096f6ca0fa344363b4c76b7418a5743f9536034c (diff) | |
download | crupest-1da07b0b4a337342cc48627d9af78e7fd20a45cf.tar.gz crupest-1da07b0b4a337342cc48627d9af78e7fd20a45cf.tar.bz2 crupest-1da07b0b4a337342cc48627d9af78e7fd20a45cf.zip |
www: move layout files for new version of hugo and fix nested shortcodes.
Diffstat (limited to 'www/content/notes/hurd/cheat-sheet.md')
-rw-r--r-- | www/content/notes/hurd/cheat-sheet.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/content/notes/hurd/cheat-sheet.md b/www/content/notes/hurd/cheat-sheet.md index f48e943..6fe5ccd 100644 --- a/www/content/notes/hurd/cheat-sheet.md +++ b/www/content/notes/hurd/cheat-sheet.md @@ -1,7 +1,7 @@ --- title: "Hurd Cheat Sheet" date: 2025-06-12T00:59:16+08:00 -lastmod: 2025-06-12T00:59:16+08:00 +lastmod: 2025-06-14T20:34:06+08:00 --- ## Mirrors @@ -45,6 +45,9 @@ boot on. QEMU cli arguments `-machine q35` enables AHCI and SATA, and is **required for official x86_64 image to boot**. As for i386, I haven't checked now. +There is [a Deno script](https://github.com/crupest/crupest/blob/dev/deno/tools/manage-vm.ts) +written by me to help define and build QEMU cli arguments of VMs. + ## Inside Hurd Configure/Setup network |