暂无描述

Mikael Magnusson 28e0c7f0cb upgrade: remove procd-jail 1 年之前
docker 704b9e8f63 Add Dockerfile for arm64 cross build 6 年之前
files db471ef594 Fix if statement 5 年之前
patches dfdcd99b9b Remove procd patch from procd-master 5 年之前
scripts 28e0c7f0cb upgrade: remove procd-jail 1 年之前
templates 052c0cfcff Add template sample 7 年之前
.gitignore a565c8b249 Build procd in downloaded sdk 7 年之前
LICENSE 342f76739a Add license 7 年之前
README 0d7a599f00 Disable package upgrades by default and add option to build,sh 4 年之前
build.sh 074697f562 Build 22.03.5 by default 2 年之前

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:

* fakeroot

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] [-u|--upgrade] [--help]

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