Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from s-urbaniak/qemu
Browse files Browse the repository at this point in the history
acbuild: enable building of quemu stage1 images
  • Loading branch information
Sergiusz Urbaniak committed Feb 17, 2017
2 parents a24d3a0 + c8711f6 commit 5912258
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions acbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ $EUID -ne 0 ]]; then
fi

IMG_NAME="coreos.com/rkt/builder"
VERSION="1.1.1"
VERSION="1.2.0"
ARCH=amd64
OS=linux

Expand All @@ -17,7 +17,37 @@ BUILDDIR=/opt/build-rkt
SRC_DIR=/opt/rkt
ACI_GOPATH=/go

DEBIAN_SID_DEPS="ca-certificates gcc libc6-dev make automake wget git golang-go cpio squashfs-tools realpath autoconf file xz-utils patch bc locales libacl1-dev libssl-dev libsystemd-dev gnupg ruby ruby-dev rpm"
DEBIAN_SID_DEPS="ca-certificates \
gcc \
libc6-dev \
make \
automake \
wget \
git \
golang-go \
cpio \
squashfs-tools \
realpath \
autoconf \
file \
xz-utils \
patch \
bc \
locales \
libacl1-dev \
libssl-dev \
libsystemd-dev \
gnupg \
ruby \
ruby-dev \
rpm \
python \
python3 \
zlib1g-dev \
pkg-config \
libglib2.0-dev \
libpixman-1-dev \
libcap-dev"

function acbuildend() {
export EXIT=$?;
Expand Down

0 comments on commit 5912258

Please sign in to comment.