We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1f9d commit 8e2f8a8Copy full SHA for 8e2f8a8
mkosi.conf
@@ -2,6 +2,7 @@
2
3
[Config]
4
MinimumVersion=26~devel
5
+Profiles=netesp
6
7
[Build]
8
ToolsTree=default
mkosi.images/netesp/mkosi.conf
@@ -7,7 +7,11 @@ Profiles=netesp
Format=esp
# UEFI insists on the .img suffix for disk images to boot from, hence let's combine our usual suffix with UEFI's
9
OutputExtension=raw.img
10
+Output=netesp_%a
11
ImageVersion=
12
13
[Content]
14
Bootable=yes
15
+
16
+[Include]
17
+Include=mkosi-obs
0 commit comments