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.
This commit is contained 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..."
|
||||
|
||||
Reference in New Issue
Block a user