diff --git a/.gitmodules b/.gitmodules index ba9f6d7f27..787e4c85f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,5 +16,5 @@ branch = c9s-sig-hyperscale [submodule "pkg/arch"] path = pkg/arch - url = https://gitlab.archlinux.org/daandemeyer/systemd.git - branch = strip + url = https://gitlab.archlinux.org/archlinux/packaging/packages/systemd + branch = main diff --git a/mkosi.conf b/mkosi.conf index 19a3851fd1..a5953d7613 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -41,3 +41,5 @@ KernelCommandLineExtra=systemd.crash_shell enforcing=0 systemd.early_core_pattern=/core systemd.firstboot=no + systemd.setenv=SYSTEMD_ENABLE_LOG_CONTEXT=yes + SYSTEMD_ENABLE_LOG_CONTEXT=yes diff --git a/mkosi.images/base/mkosi.conf b/mkosi.images/base/mkosi.conf index fcefc3ead2..aed8bb5ba8 100644 --- a/mkosi.images/base/mkosi.conf +++ b/mkosi.images/base/mkosi.conf @@ -31,6 +31,7 @@ Packages= kexec-tools kmod less + man mtools nano nftables diff --git a/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot b/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot index aff566f94c..83887b1fba 100755 --- a/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot +++ b/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot @@ -23,7 +23,7 @@ mount --mkdir --rbind "$PWD/pkg/$PKG_SUBDIR" "pkg/$PKG_SUBDIR/src/" # tmpfs during the build script so these changes don't end up in the image itself. tee --append /etc/makepkg.conf >/dev/null <