about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mklive.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 63cd510..58784c6 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -127,6 +127,8 @@ install_packages() {
     fi
     chroot $ROOTFS env -i xbps-reconfigure -a
 
+    xbps-query -r $ROOTFS -l >installed.pkgs
+
     if [ -x installer.sh ]; then
         install -Dm755 installer.sh $ROOTFS/usr/sbin/void-installer
     else