Skip to content

Commit

Permalink
add basic mkosi config
Browse files Browse the repository at this point in the history
  • Loading branch information
lnykryn authored and jamacku committed Jul 30, 2024
1 parent 2af82d8 commit 82058a6
Show file tree
Hide file tree
Showing 3 changed files with 37 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
29 changes: 29 additions & 0 deletions mkosi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[Distribution]
@Distribution=fedora
@Release=40

[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
systemd-udev
popt-devel

[Host]
ToolsTreeDistribution=fedora

0 comments on commit 82058a6

Please sign in to comment.