]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs(boot): fix typo in code block
authorLe_Futuriste <contact@lefuturiste.fr>
Fri, 26 Sep 2025 14:41:19 +0000 (16:41 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Sep 2025 15:21:53 +0000 (00:21 +0900)
docs/BOOT.md

index c72b31456b3457cbdb2cab4c2fe401e10a8e3aea..0912d0c9082f48f5f18b0a5f29869aad651a6da2 100644 (file)
@@ -67,7 +67,7 @@ options    root=PARTUUID=084917b7-8be2-4e86-838d-f771a9902e08
 title      My kernel with initrd
 linux      /bzImage
 initrd     /initrd.img
-options    root=PARTUUID=084917b7-8be2-4e86-838d-f771a9902e08 quiet`
+options    root=PARTUUID=084917b7-8be2-4e86-838d-f771a9902e08 quiet
 ```