diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-23 04:38:49 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-23 04:38:49 +0200 |
commit | 4a269cecf76f4d5dfd9d29a2e570392f1f646026 (patch) | |
tree | e06a2974546505283d5680ae8f91a86818ba51fd | |
parent | 85bc557f4c458c08b096abfd5100cc324a2a2ee0 (diff) | |
download | vyos-build-4a269cecf76f4d5dfd9d29a2e570392f1f646026.tar.gz vyos-build-4a269cecf76f4d5dfd9d29a2e570392f1f646026.zip |
Break overly long lines.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,7 +43,9 @@ 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 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: ``` $ sudo apt-get install debootstrap # (Note: This is on Debian/Ubuntu, adjust it for your favorite distro package manager) |