[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11581: Comment out downloading KQEMU since we can't use it. (incognito/trunk)
Author: double
Date: 2007-09-22 13:40:06 -0400 (Sat, 22 Sep 2007)
New Revision: 11581
Modified:
incognito/trunk/livecd-stage2.sh
Log:
Comment out downloading KQEMU since we can't use it.
Modified: incognito/trunk/livecd-stage2.sh
===================================================================
--- incognito/trunk/livecd-stage2.sh 2007-09-22 17:37:28 UTC (rev 11580)
+++ incognito/trunk/livecd-stage2.sh 2007-09-22 17:40:06 UTC (rev 11581)
@@ -78,11 +78,11 @@
[[ -e "${DIR}/overlay/run.bat" ]] && QEMU_INSTALL=1
QEMU_URL="http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-windows.zip"
QEMU_FILE="${distdir}/$(basename ${QEMU_URL})"
-KQEMU_URL="http://www.h6.dion.ne.jp/~kazuw/qemu-win/Kqemu-1.3.0pre11-install.exe"
-KQEMU_FILE="${distdir}/$(basename ${KQEMU_URL})"
+#KQEMU_URL="http://www.h6.dion.ne.jp/~kazuw/qemu-win/Kqemu-1.3.0pre11-install.exe"
+#KQEMU_FILE="${distdir}/$(basename ${KQEMU_URL})"
if [[ "${QEMU_INSTALL}" == "1" ]]; then
[[ -e "${QEMU_FILE}" ]] || wget -O "${QEMU_FILE}" "${QEMU_URL}"
- [[ -e "${KQEMU_FILE}" ]] || wget -O "${KQEMU_FILE}" "${KQEMU_URL}"
+# [[ -e "${KQEMU_FILE}" ]] || wget -O "${KQEMU_FILE}" "${KQEMU_URL}"
( cd "${DIR}" ; unzip "${QEMU_FILE}" >/dev/null )
mkdir "${DIR}/overlay/qemu"
for QEMU_TARGET in *.bin *.dll keymaps qemu.exe License; do