Erste Konfiguration für mkosi zur Generierung der ArchOS-Images.
This commit is contained in:
parent
9cff4b5947
commit
3194164a16
5 changed files with 195 additions and 0 deletions
15
mkosi/mkosi.default
Normal file
15
mkosi/mkosi.default
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Match]
|
||||
Distribution=fedora
|
||||
Release=24
|
||||
|
||||
[Output]
|
||||
Format=raw btrfs
|
||||
Bootable=yes
|
||||
# SecureBoot=yes
|
||||
# Verity=yes
|
||||
|
||||
[Packages]
|
||||
# The packages to appear in both the build and the final image
|
||||
Packages=openssh-clients httpd
|
||||
# The packages to appear in the build image, but absent from the final image
|
||||
BuildPackages=make gcc libcurl-devel
|
Loading…
Add table
Add a link
Reference in a new issue