diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5963e7a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.mkosi.cache/ diff --git a/mkosi.conf b/mkosi.conf new file mode 100644 index 0000000..3231522 --- /dev/null +++ b/mkosi.conf @@ -0,0 +1,33 @@ +[Host] +Incremental=true + +[Output] +Format=disk +CacheDirectory=.mkosi.cache + +[Distribution] +Release=testing + +[Content] +Packages= + apt + apt-file + apt-transport-https + bpftool + kmod + linux-perf + login + lsb-release + openssh-server + openssh-server + passwd + procps + systemd-boot + systemd-resolved + systemd-userdbd + tzdata + vim + xxd + xz-utils +Bootable=true +ExtraTrees=/tmp/kernel-6.12.0-00056-gc6639078fe31:/usr/lib/modules/6.12.0-00056-gc6639078fe31 \ No newline at end of file