Тайлбар байхгүй

Mikael Magnusson 7bc64a34f5 Enable lxd console 5 жил өмнө
docker 704b9e8f63 Add Dockerfile for arm64 cross build 6 жил өмнө
files 7bc64a34f5 Enable lxd console 5 жил өмнө
patches e7d351990a Support builds without procd patches 5 жил өмнө
scripts eac1d0b868 Add /etc/openwrt_manifest 5 жил өмнө
templates 052c0cfcff Add template sample 7 жил өмнө
.gitignore a565c8b249 Build procd in downloaded sdk 7 жил өмнө
LICENSE 342f76739a Add license 7 жил өмнө
README 8b67a2a907 Allow running with sudo or as root instead of fakeroot 6 жил өмнө
build.sh e7d351990a Support builds without procd patches 5 жил өмнө

README

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 ] [-p|--packages ] [-f|--files] [-t|--type lxd|plain] [-s|--super fakeroot|sudo] [--help]

Example
-------
./build.sh -v 18.06.2
lxc image import bin/openwrt-18.06.2-x86-64-lxd.tar.gz --alias openwrt
lxc launch openwrt router
lxc exec router passwd root