blob: 20a08c9f5b6d55d578184599ef5c215f826db060 (
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
|
lxd-openwrt
===========
Scripts for building LXD images from OpenWrt rootfs tarballs. The OpenWrt SDK is used to build a patched procd package.
Requirements
------------
It's recommended you use Debian or Ubuntu on the build system. The following additional packages are required on Ubuntu 18.04:
* build-essential
* subversion
* fakeroot
* gawk
* gpg
Configuration
-------------
Refer to the top of build.sh.
Usage
-----
./build.sh [-a|--arch x86_64|i686|aarch64] [-v|--version <version>] [-p|--packages <packages>] [-f|--files] [-t|--type lxd|plain] [-s|--super fakeroot|sudo] [--help]
Example
-------
./build.sh
lxc image import bin/openwrt-*-lxd.tar.gz --alias openwrt
lxc launch openwrt router
lxc exec router passwd root
|