From bd7ddfaf1160af2e5c5f13a395437819ef47e49d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 27 Jan 2017 14:53:49 +0100 Subject: host setup (FIXME). Signed-off-by: Daniel Baumann --- share/doc/HOST-SETUP.txt | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index 73d1ce1..981c6c9 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -5,12 +5,40 @@ container-tools: Host Setup 1. Debian Packages ------------------- -apt install net-tools bridge-utils ifenslave vlan +1.1 Essential Packages +~~~~~~~~~~~~~~~~~~~~~~ + +apt install --yes open-infrastructure-container-tools + +1.2 Recommended Packages +~~~~~~~~~~~~~~~~~~~~~~~~ + +# required if bridges are used (i.e. container with own IP addresses) +apt install --yes bridge-utils + +# required if bonding is used +apt install --yes ifenslave + +# required if vlan is used +apt install --yes vlan + +# required to create Debian-based containers +apt install --yes debootstrap + +# FIXME +... 2. Boot Parameters ------------------ +Depending on your bootloader, the default boot parameters are configured differently. +Debian-based systems by default use grub2 which stores its configuration in + + /etc/default/grub + +Don't forget to run update-grub afterwards to activate the changes. + 2.1 CGroup Memory Controller ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3