]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
doc: add missing language specification to code blocks
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 28 May 2024 15:22:29 +0000 (17:22 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 28 May 2024 15:22:29 +0000 (17:22 +0200)
mkosi/resources/mkosi.md

index 01388848620653ff5b7e533a1ec579a1bad20a64..6ba83a0a1b7a074442d2d420e0d4bcd97c468f81 100644 (file)
@@ -2269,7 +2269,7 @@ local directory:
 
   `00-esp.conf` (if we're building a bootable image):
 
-  ```
+  ```ini
   [Partition]
   Type=esp
   Format=vfat
@@ -2281,7 +2281,7 @@ local directory:
 
   `05-bios.conf` (if we're building a BIOS bootable image):
 
-  ```
+  ```ini
   [Partition]
   # UUID of the grub BIOS boot partition which grubs needs on GPT to
   # embed itself into.
@@ -2292,7 +2292,7 @@ local directory:
 
   `10-root.conf`
 
-  ```
+  ```ini
   [Partition]
   Type=root
   Format=<distribution-default-filesystem>