Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2018-08-24,backup-redmine/2019-09-14,master
commit ae95098b9c4bd5454cd63c004b14a29a60d40578 Author: Sven Eckelmann sven@narfation.org Date: Fri Aug 10 19:42:16 2018 +0000
doc: open-mesh/Emulation_Debug: install trace-cmd
ae95098b9c4bd5454cd63c004b14a29a60d40578 open-mesh/Emulation_Debug.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Emulation_Debug.textile b/open-mesh/Emulation_Debug.textile index 1f9a0a8..6b35bca 100644 --- a/open-mesh/Emulation_Debug.textile +++ b/open-mesh/Emulation_Debug.textile @@ -12,7 +12,7 @@ sudo mount -o loop debian.img debian sudo debootstrap stretch debian sudo chroot debian apt update sudo chroot debian apt install build-essential vim openssh-server \ - pkg-config libnl-3-dev libnl-genl-3-dev libcap-dev + pkg-config libnl-3-dev libnl-genl-3-dev libcap-dev trace-cmd sudo mkdir debian/root/.ssh/ ssh-add -L | sudo tee debian/root/.ssh/authorized_keys sudo mkdir debian/host