1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

docs(boot): fix typo in code block

This commit is contained in:
Le_Futuriste
2025-09-26 16:41:19 +02:00
committed by Yu Watanabe
parent 0f8706915a
commit 83b5dabb40

View 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
```