diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/cron.daily | 4 | ||||
-rw-r--r-- | debian/default | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/cron.daily b/debian/cron.daily index ddee567a2..a146f0981 100644 --- a/debian/cron.daily +++ b/debian/cron.daily @@ -52,7 +52,7 @@ do echo "Begin: $(date -R)" > "${TEMPDIR}"/debian-live/log.txt # Generating images - lh_config -b iso -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-bootstrap-security ${MIRROR_BOOTSTRAP_SECURITY} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source enabled ${OPTIONS} + lh_config -b iso -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source enabled ${OPTIONS} lh_build >> "${TEMPDIR}"/debian-live/log.txt 2>&1 echo "End: $(date -R)" >> "${TEMPDIR}"/debian-live/log.txt @@ -93,7 +93,7 @@ do echo "Begin: $(date -R)" > "${TEMPDIR}"/debian-live/log.txt # Generating images - lh_config -b usb-hdd -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-bootstrap-security ${MIRROR_BOOTSTRAP_SECURITY} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source disabled ${OPTIONS} + lh_config -b usb-hdd -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source disabled ${OPTIONS} lh_build >> "${TEMPDIR}"/debian-live/log.txt 2>&1 echo "End: $(date -R)" >> "${TEMPDIR}"/debian-live/log.txt diff --git a/debian/default b/debian/default index 8b17d5a10..b2ed78ffc 100644 --- a/debian/default +++ b/debian/default @@ -11,7 +11,6 @@ OPTIONS="--binary-indices disabled" ARCHITECTURES="$(dpkg --print-architecture)" DISTRIBUTIONS="sid" MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" -MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/" MIRROR_BINARY="http://ftp.debian.org/debian/" MIRROR_BINARY_SECURITY="http://security.debian.org/" PACKAGES_LISTS="standard rescue gnome-desktop kde-desktop xfce-desktop" |