Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| lxc_openwrt_host [2021/09/19 09:13] – [Setup on the OpenWRT host] no inline darksky2 | lxc_openwrt_host [2021/09/22 08:05] – [Setup on the OpenWRT host] darksky2 | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| This example was using OpenWRT ARM64 MVEBU ESPRESSOBIN et ESPRESSOBIN ULTRA. | This example was using OpenWRT ARM64 MVEBU ESPRESSOBIN et ESPRESSOBIN ULTRA. | ||
| + | [[https:// | ||
| ==== Setup on the OpenWRT host ==== | ==== Setup on the OpenWRT host ==== | ||
| Install some necessary tools and prerequisites: | Install some necessary tools and prerequisites: | ||
| Line 22: | Line 23: | ||
| < | < | ||
| - | Install the lxc packages | + | Install the core lxc packages: |
| - | < | + | < |
| - | Check the kernel config to see if anything required is missing: | + | FIXME: Note that getopt should be a package dependency, see: [[https:// |
| - | < | + | |
| + | Additional packages exist that can add functionality but that aren't strictly required. | ||
| + | < | ||
| + | |||
| + | FIXME: Note that until [[https:// | ||
| + | |||
| + | Edit ''/ | ||
| + | < | ||
| + | |||
| + | Optionally check the kernel config to see if anything required is missing: | ||
| + | < | ||
| + | # lxc-checkconfig | ||
| LXC version 4.0.5 | LXC version 4.0.5 | ||
| --- Namespaces --- | --- Namespaces --- | ||
| Line 174: | Line 186: | ||
| ==== Auto start the container on OpenWRT host ==== | ==== Auto start the container on OpenWRT host ==== | ||
| - | < | + | < |
| + | uci show lxc-auto | ||
| uci add lxc-auto container | uci add lxc-auto container | ||
| uci set lxc-auto.@container[-1].name=myLMS | uci set lxc-auto.@container[-1].name=myLMS | ||