暫無描述

Mikma ccce3798e1 Merge pull request #25 from rkkoszewski/feature/raspberrypicompat 5 年之前
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 c1671b018f upgrade: Remove packages removed on old container 5 年之前
templates 052c0cfcff Add template sample 7 年之前
.gitignore a565c8b249 Build procd in downloaded sdk 7 年之前
LICENSE 342f76739a Add license 7 年之前
README 5f3cec8b12 Use default version in README example 5 年之前
build.sh 6f48e57a63 Add support for 32bit ARM builds 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
lxc image import bin/openwrt-*-lxd.tar.gz --alias openwrt
lxc launch openwrt router
lxc exec router passwd root