Skip to content

Commit d423799

Browse files
committed
Document cowbuild-create-chroots in README
1 parent 446a209 commit d423799

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ Misc scripts used in building specific vulkan packages for LunarG
1010
- It assumes default pbuilder/cowbuilder chroot location: i.e. /var/cache/pbuilder
1111
- It depends on the ~.pbuilderrc config file in this repository
1212

13+
- <b>cowbuild-create-chroots</b>
14+
Simple script to create the 4 chroots mentioned above. This should be run after copying the .pbuilderrc file to your home directory. The debian-archive-keyring package is required to create the debian chroots.
15+
1316
- <b>cowbuild-update-chroots</b>
1417

15-
Simple script to update the 4 chroots mentioned above. This should be run before the first build of the day.
18+
Simple script to update the 4 chroots mentioned above. This should be run before the first build of the day.
1619

1720
- <b>reprepro-add-lunarg</b>
1821

cowbuild-create-chroots

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sudo mkdir -p /var/cache/pbuilder/stretch-amd64
77
sudo mkdir -p /var/cache/pbuilder/stretch-i386
88

99
# Create copy-on-write chroots.
10+
# The debian-archive-keyring package is required to create the debian chroots. e.g.
11+
# $ sudo apt-get install debian-archive-keyring
1012
sudo DIST=xenial ARCH=amd64 cowbuilder --create
1113
sudo DIST=xenial ARCH=i386 cowbuilder --create
1214
sudo DIST=stable ARCH=amd64 cowbuilder --create

0 commit comments

Comments
 (0)