From: Daan De Meyer Date: Thu, 7 Sep 2023 15:00:01 +0000 (+0200) Subject: qemu: Improve error message X-Git-Tag: v16~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f52bcf733fe84464921a006c2c3323c4b32e05;p=thirdparty%2Fmkosi.git qemu: Improve error message --- diff --git a/mkosi/qemu.py b/mkosi/qemu.py index 1aab8628e..3b5ad5ffd 100644 --- a/mkosi/qemu.py +++ b/mkosi/qemu.py @@ -341,7 +341,7 @@ def run_qemu(args: MkosiArgs, config: MkosiConfig) -> None: # kernel argument instead. root = finalize_root(find_partitions(fname)) if not root: - die("Cannot direct kernel boot image without root or usr partition") + die("Cannot perform a direct kernel boot without a root or usr partition") else: root = ""