From 0cb7bb0da2ebd133a5a8faad6a77da7a43438bd7 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 28 Oct 2015 19:31:16 +0100 Subject: mklive.sh.in: store list of installed packages. --- mklive.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mklive.sh.in') 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 -- cgit 1.4.1