Go to file
ahmadbilalkhalid f6d3bf7c71 use https url instead of git url to clone repo 2019-11-27 11:48:06 +05:00
apks QEMU 4.1.1 added, patch is added to build the packages yourself 2019-11-27 11:39:32 +05:00
README.md use https url instead of git url to clone repo 2019-11-27 11:48:06 +05:00
diff QEMU 4.1.1 added, patch is added to build the packages yourself 2019-11-27 11:39:32 +05:00

README.md

QEMU with rbd support (Alpine Linux)

Contain .apk package of qemu compiled with rbd support. (version 4.1.1-r0)

Build it Yourself (Optional)

You can build these pacakge yourself by executing the following commands on your alpine. First put the diff file into /home/apkbuild/. Then, excecute the following commands

# Enter some password and remember it!
adduser apkbuild

# But apkbuild into sudoers list and add it to abuild group
echo "apkbuild    ALL=(ALL) ALL" >> /etc/sudoers
sudo addgroup apkbuild abuild

su apkbuild
cd ~
git clone git://git.alpinelinux.org/aports
cd aports/main/qemu
abuild-keygen -a -i

git apply ~/diff
abuild -r

It would be under /home/apkbuild/packages/main/x86_64/

Installation

$(git clone https://code.ungleich.ch/ahmedbilal/qemu-with-rbd-alpine.git && cd qemu-with-rbd-alpine && apk add apks/*.apk --allow-untrusted)