README, doc/create-release.txt: remove cvs from installed programs

This commit is contained in:
Scott Moser
2014-09-05 13:22:07 -04:00
parent 92597261e8
commit 4c94bb2b73
2 changed files with 6 additions and 4 deletions

8
README
View File

@@ -5,7 +5,7 @@ The following works on Ubuntu 10.04 or 12.04 LTS.
To use it, you would do something like:
* get some build dependencies:
$ sudo apt-get -y install bison flex texinfo build-essential gettext ncurses-dev unzip bzr qemu-kvm cvs quilt wget rsync
$ sudo apt-get -y install bison flex texinfo build-essential gettext ncurses-dev unzip bzr qemu-kvm quilt wget rsync
* bzr branch lp:cirros
* cd cirros
@@ -18,8 +18,10 @@ To use it, you would do something like:
$ tar -xvf download/buildroot-${br_ver}.tar.gz
$ ln -snf buildroot-${br_ver} buildroot
* update ./bin/mkcabundle > src/etc/ssl/certs/ca-certificates.crt
$ ./bin/mkcabundle > src/etc/ssl/certs/ca-certificates.crt
* optionally update src/etc/ssl/certs/ca-certificates.crt
This is not required, but can be done to make sure its up to date.
Doing so requires cvs.
# ./bin/mkcabundle > src/etc/ssl/certs/ca-certificates.crt
* apply any local cirros patches to buildroot
( cd buildroot && QUILT_PATCHES=$PWD/../patches-buildroot quilt push -a )

View File

@@ -3,7 +3,7 @@ VER=0.3.2
# get some build dependencies:
sudo apt-get update
sudo apt-get -qy install bison flex texinfo build-essential gettext ncurses-dev unzip bzr qemu-kvm cvs quilt
sudo apt-get -qy install bison flex texinfo build-essential gettext ncurses-dev unzip bzr qemu-kvm quilt wget rsync
bzr init-repo cirros
cd cirros