Skip to content

Commit

Permalink
procd: update to git HEAD
Browse files Browse the repository at this point in the history
 0ee73b2 uxc: implement support for rootfs overlay in containers
 b0a8ea1 jail: do not hack /etc/resolv.conf on container rootfs
 92aba53 jail: increase max additional env records to 64
 15997e6 jail: allow rootfs to be a symbolic link
 0114c6f jail: open() extroot folder before mounting
 ed96eda uxc: check for required blockd mounts

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Jul 15, 2021
1 parent 6bcc8e9 commit b1b16bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/system/procd/Makefile
Expand Up @@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
PKG_SOURCE_DATE:=2021-07-10
PKG_SOURCE_VERSION:=2dcefbd6094681dcbd2d7ff608590e74425a9220
PKG_MIRROR_HASH:=6f2615230a1db09740e8125517488a53b62baef0731b9adbd377765cad130289
PKG_SOURCE_DATE:=2021-07-15
PKG_SOURCE_VERSION:=ed96eda0a2a15c8ee801c4c26e8fe5bd241f83e9
PKG_MIRROR_HASH:=34c5feda54cfa67d96a2d42a502817f7a4b0b9ad66f19333df9e212bdf842bda
CMAKE_INSTALL:=1

PKG_LICENSE:=GPL-2.0
Expand Down Expand Up @@ -90,7 +90,7 @@ endef
define Package/uxc
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json
DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd
TITLE:=OpenWrt container management
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
endef
Expand Down
4 changes: 4 additions & 0 deletions package/system/procd/files/uxc.init
Expand Up @@ -16,3 +16,7 @@ boot() {
__BOOT_UXC=1
start
}

service_triggers() {
procd_add_raw_trigger "mount.add" 3000 /etc/init.d/uxc boot
}

0 comments on commit b1b16bd

Please sign in to comment.