about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-11-28 20:08:01 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-11-28 20:08:01 +0100
commit6293b5d4049e8a83dd73e948d821b148599b078e (patch)
tree46b4320c761060edfe519ed474b1f8c9ba4bd5df /mklive.sh.in
parent803a7f84f189cd4e3651a8d4e00f382aaff0314a (diff)
downloadhrmpf-6293b5d4049e8a83dd73e948d821b148599b078e.tar.gz
hrmpf-6293b5d4049e8a83dd73e948d821b148599b078e.tar.xz
hrmpf-6293b5d4049e8a83dd73e948d821b148599b078e.zip
mklive.sh.in: set alternatives. v0.1.90.20151128
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