-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename various [Runtime] options and rename mkosi qemu to mkosi vm
- Let's get rid of the "Qemu" prefix for runtime options as they apply both to the qemu and vmspawn verbs. - Let's rename QemuGui= to Console= and make it take all the options that are accepted by vmspawn's --console= option. - Let's rename the various runtime options to the corresponding vmspawn option where applicable. - Let's rename mkosi qemu to mkosi vm as well while we're at it.
- Loading branch information
1 parent
9ca1f93
commit 3401176
Showing
14 changed files
with
388 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ KernelModulesInitrdExclude=.* | |
KernelModulesInitrdInclude=default | ||
|
||
[Runtime] | ||
QemuMem=4G | ||
RAM=4G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ Format=|uki | |
Format=|cpio | ||
|
||
[Runtime] | ||
QemuMem=8G | ||
RAM=8G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.