diff options
Diffstat (limited to 'mkosi.default')
-rw-r--r-- | mkosi.default | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/mkosi.default b/mkosi.default new file mode 100644 index 0000000..a0ff7f7 --- /dev/null +++ b/mkosi.default @@ -0,0 +1,32 @@ +[Distribution] +Distribution=ubuntu +Release=bionic +Repositories=main,universe +Mirror=http://no.archive.ubuntu.com + +[Output] +Format=directory +Output=/var/lib/machines/kanboard + +[Packages] +WithNetwork=yes +Packages= + iputils-ping + vim + curl + iproute2 + dnsutils + net-tools + ca-certificates + locales + openssl + apache2 + libapache2-mod-php + php + php-gd + php-json + php-mbstring + php-pgsql + php-xml + vim + wget |