diff options
author | Kim <kim.sidney@gmail.com> | 2018-11-23 21:59:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 21:59:34 +0100 |
commit | b90629bfe69b25fc171752e4ab543d41c8e0b1be (patch) | |
tree | d835c6d88757ec9d134e4c927534407b4f1ef1de /README.md | |
parent | ad3e56597b55f2b30ac5092b3bac161f2d683cba (diff) | |
parent | 6ef5a1c7333918e5c7ca0f24708454c440a1a903 (diff) | |
download | vyos-build-b90629bfe69b25fc171752e4ab543d41c8e0b1be.tar.gz vyos-build-b90629bfe69b25fc171752e4ab543d41c8e0b1be.zip |
Merge pull request #30 from vyos/current
crux merge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -48,12 +48,12 @@ There are several directories with their own purpose: ## Prerequisites -To build a VyOS image, you need Debian 8 "Jessie" environment (with jessie-backports repository). -You can create it with [debootstrap](https://wiki.debian.org/Debootstrap) on Debian, Ubuntu and many -other distributions. To create a Debian 8 "Jessie" environment under vyos-chroot -directory, run these commands: +To build a VyOS 1.2.0 image, you need Debian 8 "Jessie" environment (with jessie-backports repository). -Note: This is on Debian/Ubuntu, adjust it for your favorite distro package manager! +If you do not have a Debian Jessie machine, you may create a chroot environment with the +[debootstrap](https://wiki.debian.org/Debootstrap) tool. + +For example, on another version of Debian or another Debian-based distro, these commands will work: ```bash $ sudo apt-get install debootstrap @@ -64,6 +64,9 @@ $ echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sour $ apt-get update ``` +If you are working on a Debian Jessie machine, no special preparation is needed, you only +need to enable jessie-backports and install build dependencies. + Several packages are required for building the ISO: * `python3` * `live-build` |