From 8a57ef73037f8f2f618bc0f968aa1b02f6685a7d Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Tue, 26 Jan 2021 21:37:12 +0100 Subject: [PATCH] lxcbird/README: install lxc-templates ...or otherwise, you're greeted with: /var/lib/lxc (master) 0-# MIRROR=http://ftp.nl.debian.org/debian lxc-create -t debian -B btrfs -n birdbase -- -r buster lxc-create: birdbase: utils.c: get_template_path: 918 No such file or directory - bad template: debian lxc-create: birdbase: lxccontainer.c: do_lxcapi_create: 1786 Unknown template "debian" lxc-create: birdbase: tools/lxc_create.c: main: 327 Failed to create container birdbase --- lxcbird/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxcbird/README.md b/lxcbird/README.md index 64a834c..c785af2 100644 --- a/lxcbird/README.md +++ b/lxcbird/README.md @@ -17,7 +17,7 @@ Here's a simple schematic overview of what I mean: To be able to create containers and hook up their network interfaces to openvswitch, we need the following packages: - apt-get install lxc debootstrap openvswitch-switch git + apt-get install lxc lxc-templates debootstrap openvswitch-switch git ## Setting up networking