From 372699ea0c059490103f8b2428523f1467eba7a5 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Fri, 5 Jun 2015 13:38:33 +0300 Subject: [PATCH] Add init.d scripts --- docs/BUILDING_VYOS_ISO.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/BUILDING_VYOS_ISO.md b/docs/BUILDING_VYOS_ISO.md index cc4d48b..4d76c05 100644 --- a/docs/BUILDING_VYOS_ISO.md +++ b/docs/BUILDING_VYOS_ISO.md @@ -1,4 +1,4 @@ -# This guide fill describe how build iso image of VyOS with bundled FastNetMon +### This guide fill describe how build iso image of VyOS with bundled FastNetMon First af all, you need _only_ Debian Squeeze for building this image! @@ -42,7 +42,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-thread1.42.0, libboost-sys ``` ```bash +cd pkgs/fastnetmon +ln -s ../src/fastnetmon_init_script_debian_6_7 debian/fastnetmon.init +ln -s ../src/fastnetmon.service debian/fastnetmon.service +cd .. +cd .. make fastnetmon + + cd pkgs wget http://ftp.us.debian.org/debian/pool/main/b/boost1.42/libboost-regex1.42.0_1.42.0-4_amd64.deb wget http://ftp.us.debian.org/debian/pool/main/b/boost1.42/libboost-thread1.42.0_1.42.0-4_amd64.deb