diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-06 19:38:54 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 19:38:54 +0700 |
commit | b7cbda3bffcc45c329759907f9665375df90d161 (patch) | |
tree | efed07648dddf499e3198b9d1df975602fb58025 /README.md | |
parent | 7208424fc06142f2aec6cf43034f99917a6a7c0c (diff) | |
parent | 30028aa5718f2160c7f218ffd39db214cf864adb (diff) | |
download | vyos-build-b7cbda3bffcc45c329759907f9665375df90d161.tar.gz vyos-build-b7cbda3bffcc45c329759907f9665375df90d161.zip |
Merge pull request #5 from jhendryUK/fix_required_package_list
Fixing required package list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ There are several directories with their own purpose: To build a VyOS image, you need a machine that runs Debian Jessie. Other build hosts are not supported. -Several packages are required for building the ISO and all packages, namely live-build, pbuilder, and dev-scripts. +Several packages are required for building the ISO and all packages, namely live-build, pbuilder, python-pystache and devscripts. Individual packages may have other build dependencies. If some packages are missing, build scripts will tell you. ## Building the ISO image |