diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-12-18 06:18:18 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-12-18 06:18:18 -0500 |
commit | 8688ace193d7a41e60fdf5ec5d092c7f31870207 (patch) | |
tree | 9c9f7ee719e5ff1c97b47959e3dc7fd49809a43b /Makefile | |
parent | 81822aeb7f18aa632c28456f06ecb19a7c895340 (diff) | |
download | vyos-build-8688ace193d7a41e60fdf5ec5d092c7f31870207.tar.gz vyos-build-8688ace193d7a41e60fdf5ec5d092c7f31870207.zip |
Add image data includes copying step to the makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ iso: @scripts/check-config @scripts/live-build-config + cp -r data/includes.chroot/* build/config/includes.chroot/ @echo "The rest is not yet implemented ;)" |