blob: f2292148cf339ee83da3945496dc3dc363e9afe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
.. _preworkandscripts:
.. toctree::
#########################################
FD.io DevBoot: Day 2 Pre-work and scripts
#########################################
Event
-----
This presentation was held on April, 2016.
Preparing for Day 2
-------------------
#. :ref:`vppcontainers`
#. Build vagrant environment
.. code-block:: console
$ vagrant ssh
$ sudo su
$ wget -O /vagrant/netns.sh "https://tinyurl.com/devboot-netns"
$ wget -O /vagrant/macswap.conf "https://tinyurl.com/devboot-macswap-conf"
$ wget -O ~/.gdbinit "https://tinyurl.com/devboot-gdbinit"
.. note::
For Init section:
Breakpoints
High-level chicken-scrawl of init
|