Adapt to new versions This updates a few files to adapt new version of software, especially tox and setuptools. Change-Id: Ifd90a45b8bda78008f40cb3b713d9dee6e76bd56
Adapt to new versions
This updates a few files to adapt new version of software, especially tox and setuptools.
Change-Id: Ifd90a45b8bda78008f40cb3b713d9dee6e76bd56
This project contains scripts and configs to create a small bootable Linux image, primarily for the purposes of testing Manila.
It uses buildroot to do nearly all of the hard work.
The built Linux image is optimized for size, and targets the i386 platform under QEMU.
The following extra features are enabled:
== Dependencies needed ==
On Ubuntu:
sudo apt-get -y install curl unzip bc python quilt parted qemu-utils build-essential gcc-multilib
sudo apt-get -y install bison flex texinfo gettext ncurses-dev sshpass qt-sdk qemu-kvm genisoimage
On Fedora:
sudo dnf -y install curl unzip bc python quilt parted qemu-img gcc-c++ make glibc-devel.i686
sudo dnf -y install bison flex texinfo gettext ncurses-devel sshpass qt-devel qemu-kvm genisoimage
== Building the images ==
To build both images run:
./run-buildroot.sh
== Cleaning up ==
To nuke everything and start over:
rm -rf buildroot output* overlay* sudo rm *.qcow2
== Detailed Docs ==
More detailed docs are available:
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
This project contains scripts and configs to create a small bootable Linux image, primarily for the purposes of testing Manila.
It uses buildroot to do nearly all of the hard work.
The built Linux image is optimized for size, and targets the i386 platform under QEMU.
The following extra features are enabled:
== Dependencies needed ==
On Ubuntu:
To build
sudo apt-get -y install curl unzip bc python quilt parted qemu-utils
build-essential gcc-multilib
For test/dev
sudo apt-get -y install bison flex texinfo gettext ncurses-dev sshpass
qt-sdk qemu-kvm genisoimage
On Fedora:
To build
sudo dnf -y install curl unzip bc python quilt parted qemu-img gcc-c++
make glibc-devel.i686
For test/dev
sudo dnf -y install bison flex texinfo gettext ncurses-devel sshpass
qt-devel qemu-kvm genisoimage
== Building the images ==
To build both images run:
./run-buildroot.sh
== Cleaning up ==
To nuke everything and start over:
rm -rf buildroot output* overlay* sudo rm *.qcow2
== Detailed Docs ==
More detailed docs are available: