Updates for latest live-build changes

The infrastructure is now set up to work with live-build of november 19th 2012,
aka commit 3138b1a4faba120efd082e351d8cef04fcaf6392. The closest Debian release
is 3.0~a67-1.
debian-cd
Raphaël Hertzog 13 years ago
parent c1cb731d63
commit eba1ab0452

@ -14,9 +14,9 @@ lb config noauto \
--debian-installer-distribution "kali" \
--archive-areas "main contrib non-free" \
--bootstrap cdebootstrap \
--bootstrap-keyring /usr/share/keyrings/kali-archive-keyring.gpg \
--cdebootstrap-options "--keyring=/usr/share/keyrings/kali-archive-keyring.gpg --suite-config=wheezy" \
--keyring-packages kali-archive-keyring \
--volatile false \
--updates false \
--backports false \
--source false \
--mirror-bootstrap http://repo.kali.org/kali \

@ -5,6 +5,9 @@ set -e
KALI_ARCHES="i386 amd64"
KALI_VERSION="${VERSION:-daily}"
# Set sane PATH (cron seems to lack /sbin/ dirs)
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# XXX: Use a git checkout of live-build until we have a good version in wheezy
export LIVE_BUILD=/srv/cdimage.kali.org/live/live-build

Loading…
Cancel
Save