about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-02-03 23:31:13 +0100
committerJuan RP <xtraeme@gmail.com>2014-02-03 23:31:13 +0100
commit1ccbe860517465abe70d8b450fa6cae69ab4b691 (patch)
tree87c1e577b400cbb1f4a9c8cfe48fec5545a90a93 /installer.sh.in
parent22d319346dd7f9eb9a5496beaf370a5d9e763c23 (diff)
downloadhrmpf-1ccbe860517465abe70d8b450fa6cae69ab4b691.tar.gz
hrmpf-1ccbe860517465abe70d8b450fa6cae69ab4b691.tar.xz
hrmpf-1ccbe860517465abe70d8b450fa6cae69ab4b691.zip
installer/mklive: make sure to install dcron rather than cronie.
dcron is smaller and only has a libc dependency.

cronie is selected because it appears alphabetically before in the repo index.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index a283d2e..8eb0138 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -757,7 +757,7 @@ install_packages() {
     mkdir -p $TARGETDIR/var/db/xbps/keys
     cp /var/db/xbps/keys/*.plist $TARGETDIR/var/db/xbps/keys
     mkdir -p $TARGETDIR/boot/grub
-    stdbuf -oL xbps-install  -r $TARGETDIR -Sy base-system ${_grub} 2>&1 | \
+    stdbuf -oL xbps-install  -r $TARGETDIR -Sy dcron base-system ${_grub} 2>&1 | \
         DIALOG --title "Installing base system packages..." \
         --programbox 24 80
     if [ $? -ne 0 ]; then