From 14d2f657a36ac1e3d196348119d7459863c680c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Behrmann?= Date: Wed, 28 May 2025 10:05:54 +0200 Subject: [PATCH] man: write command line more consistently --- mkosi/resources/man/mkosi.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 1a80c5e15..a6d605c76 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -228,7 +228,7 @@ The following command line verbs are known: : This verb is equivalent to the `--help` switch documented below: it shows a brief usage explanation. -## Commandline-only Options +## Command-Line-Only Options Those settings cannot be configured in the configuration files. @@ -3114,9 +3114,9 @@ $ mkosi -d fedora --console=gui qemu A kernel may be booted directly with `mkosi vm -kernel ... -initrd ... -append '...'`. This is a bit faster because no boot loader is used, and it is also -easier to experiment with different kernels and kernel commandlines. +easier to experiment with different kernels and kernel command lines. Note that despite the name, **qemu**'s `-append` option replaces -the default kernel commandline embedded in the kernel +the default kernel command line embedded in the kernel and any previous `-append` specifications. The UKI is also copied into the output directory and may be booted directly: -- 2.47.2