diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-18 01:19:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-18 01:19:13 +0200 |
commit | 17609902479f76c09a1d286063071449e0d637c6 (patch) | |
tree | 5a255e3a2f29b76bd41dcd391ab9134534b21b5b | |
parent | bbaf175cb721af93d9945be2cd4e9a345e97c061 (diff) | |
download | vyos-live-build-17609902479f76c09a1d286063071449e0d637c6.tar.gz vyos-live-build-17609902479f76c09a1d286063071449e0d637c6.zip |
Removing temporary hack to skip memtest86+ in image autobuild script.
-rwxr-xr-x | examples/cron/images.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index bdc148390..13617756f 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -142,12 +142,6 @@ do --packages-lists ${FLAVOUR} \ --tasksel ${TASKSEL} ${KERNEL} - # TEMPORARY HACK until memtest86+ maintainers fixes his package - if [ ${DISTRIBUTION} = "squeeze" ] && [ ${FLAVOUR} = rescue ] - then - lh config --memtest none - fi - lh build 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso.log mv binary*.iso debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso |