From c02e678ebf22393ea95334a86d21ee89360d3827 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 22 May 2012 23:40:42 +0300 Subject: [PATCH 1/2] create_virtualimage: use the first unused loop device --- packages/tools/syslinux/files/create_virtualimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tools/syslinux/files/create_virtualimage b/packages/tools/syslinux/files/create_virtualimage index efb7e48bca..565b6266fb 100755 --- a/packages/tools/syslinux/files/create_virtualimage +++ b/packages/tools/syslinux/files/create_virtualimage @@ -43,7 +43,7 @@ fi DISK="$1/OpenELEC.img" VMDK="$1/OpenELEC.vmdk" -LOOP="/dev/loop0" +LOOP=$(losetup -f) clear echo "#########################################################" From 599035fd78aa2553b9bb19729981198273eb70a1 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 23 May 2012 12:21:20 +0300 Subject: [PATCH 2/2] libxslt: don't build python bindings --- packages/3rdparty/lib/libxslt/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/3rdparty/lib/libxslt/build b/packages/3rdparty/lib/libxslt/build index 919b41898a..8c2c9910e1 100755 --- a/packages/3rdparty/lib/libxslt/build +++ b/packages/3rdparty/lib/libxslt/build @@ -36,6 +36,7 @@ fi --enable-shared \ $CONFIG_LIBXML \ --disable-ipv6 \ + --without-python \ --without-crypto make