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, 2 insertions, 2 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 0a4e628..50ef39d 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -321,9 +321,9 @@ fi
 . $CONFIG_FILE
 
 if [ -z "$PACKAGE_LIST" ]; then
-    PACKAGE_LIST="base-system dialog"
+    PACKAGE_LIST="dcron base-system dialog"
 else
-    PACKAGE_LIST="base-system dialog $PACKAGE_LIST"
+    PACKAGE_LIST="dcron base-system dialog $PACKAGE_LIST"
 fi
 if [ ! -f $SYSLINUX_DATADIR/isolinux.bin ]; then
     echo "Missing required isolinux files in $SYSLINUX_DATADIR, exiting..."