Skip to content

Commit

Permalink
add basic mkosi config
Browse files Browse the repository at this point in the history
  • Loading branch information
lnykryn committed May 16, 2024
1 parent 1fc7d98 commit d3861e3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mkosi.build.chroot
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e

make clean
make
make check
make install
24 changes: 24 additions & 0 deletions mkosi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[Distribution]
@Distribution=fedora

[Output]
@OutputDirectory=build/mkosi.output
@BuildDirectory=build/mkosi.builddir
@CacheDirectory=build/mkosi.cache

[Content]
Bootable=yes
Autologin=yes
Packages=systemd
systemd-boot
kernel
initscripts

BuildPackages=beakerlib
gcc
gettext
libselinux-devel
make
newt-devel
systemd
popt-devel

0 comments on commit d3861e3

Please sign in to comment.