summaryrefslogtreecommitdiffstats
path: root/mkosi.postinst.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'mkosi.postinst.chroot')
-rwxr-xr-xmkosi.postinst.chroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot
index 0d0eab93d2..a35f824176 100755
--- a/mkosi.postinst.chroot
+++ b/mkosi.postinst.chroot
@@ -3,6 +3,8 @@
set -e
set -o nounset
+find "$BUILDDIR" \( -name "*.rpm" -o -name "*.deb" -o -name "*.pkg.tar" -o -name systemd.raw \) -exec cp -t "$OUTPUTDIR" {} \;
+
useradd \
--uid 4711 \
--user-group \