Skip to content

Commit

Permalink
Rename vsock config settings
Browse files Browse the repository at this point in the history
Let's use the same names used by systemd.
  • Loading branch information
DaanDeMeyer committed Jan 2, 2025
1 parent edc8369 commit c175165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkosi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3589,6 +3589,7 @@ def parse_ini(path: Path, only_sections: Collection[str] = ()) -> Iterator[tuple
),
ConfigSetting(
dest="vsock",
name="VSock",
metavar="FEATURE",
nargs="?",
section="Runtime",
Expand All @@ -3599,7 +3600,7 @@ def parse_ini(path: Path, only_sections: Collection[str] = ()) -> Iterator[tuple
),
ConfigSetting(
dest="vsock_cid",
name="VsockConnectionId",
name="VSockCID",
long="--vsock-cid",
metavar="NUMBER|auto|hash",
section="Runtime",
Expand Down

0 comments on commit c175165

Please sign in to comment.