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/22 07:39] – [Setup on the OpenWRT host] add note about PR#16684 darksky2 | lxc_openwrt_host [2021/09/22 08:05] – [Setup on the OpenWRT host] darksky2 | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| Install the core lxc packages: | Install the core lxc packages: | ||
| - | < | + | < |
| - | FIXME: Note that getopt should be a package dependency, | + | FIXME: Note that getopt should be a package dependency, |
| Additional packages exist that can add functionality but that aren't strictly required. | Additional packages exist that can add functionality but that aren't strictly required. | ||
| - | < | + | < |
| FIXME: Note that until [[https:// | FIXME: Note that until [[https:// | ||
| Line 37: | Line 37: | ||
| Optionally check the kernel config to see if anything required is missing: | Optionally check the kernel config to see if anything required is missing: | ||
| - | < | + | < |
| # lxc-checkconfig | # lxc-checkconfig | ||
| LXC version 4.0.5 | LXC version 4.0.5 | ||
| Line 186: | 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 | ||