about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 9e6a9c3..4b12642 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -128,6 +128,10 @@ install_packages() {
     chroot $ROOTFS env -i xbps-reconfigure -a
 
     xbps-query -r $ROOTFS -l >installed.pkgs
+    xbps-alternatives -r $ROOTFS -s dash
+    xbps-alternatives -r $ROOTFS -s inetutils-hostname
+    xbps-alternatives -r $ROOTFS -s ex-vi
+    xbps-alternatives -r $ROOTFS -l >installed.alternatives
 
     if [ -x installer.sh ]; then
         install -Dm755 installer.sh $ROOTFS/usr/sbin/void-installer