Commit c8bdacc6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
tar xf qemu-3.1.0.tar.xz
cd qemu-3.1.0 && ./configure --prefix=/usr
$(MAKE) -C qemu-3.1.0
$(MAKE) -C qemu-3.1.0 check
$(MAKE) -C qemu-3.1.0 install
rm -rf qemu-3.1.0
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment