From 0d81294fcce9b73e46595b6d9abe052b0f5a8abe Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Feb 2014 23:43:48 +0100 Subject: Revert "installer/mklive: make sure to install dcron rather than cronie." This reverts commit 1ccbe860517465abe70d8b450fa6cae69ab4b691. I'll fix this properly via base-system. --- mklive.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mklive.sh.in') diff --git a/mklive.sh.in b/mklive.sh.in index 50ef39d..0a4e628 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -321,9 +321,9 @@ fi . $CONFIG_FILE if [ -z "$PACKAGE_LIST" ]; then - PACKAGE_LIST="dcron base-system dialog" + PACKAGE_LIST="base-system dialog" else - PACKAGE_LIST="dcron base-system dialog $PACKAGE_LIST" + PACKAGE_LIST="base-system dialog $PACKAGE_LIST" fi if [ ! -f $SYSLINUX_DATADIR/isolinux.bin ]; then echo "Missing required isolinux files in $SYSLINUX_DATADIR, exiting..." -- cgit 1.4.1