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 2c02f97
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ chkconfig
ntsysv
po/*.mo
.vscode/
build/**
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 2c02f97

Please sign in to comment.