commit 1e69d33825f910ed296e6fc5cb6db02041062176 parent 44c5f89011c4449471953b17ddb1c15ee6295a08 Author: ccx <ccx@te2000.cz> Date: Mon, 1 Apr 2024 21:11:10 +0000 Add sysfs to gpg container Diffstat:
M | zsh-functions/confz_site_containers_init | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -87,7 +87,8 @@ confz_site_containers_user_check() { local -a mount_usb_devices=( "#!$(which execlineb) -P" - 'mount -o bind,ro /dev/bus/usb dev/bus/usb' + 'if { mount -o bind,ro /dev/bus/usb dev/bus/usb }' + 'mount -t sysfs sysfs sys' ) local -A container_img=(