Skip to content

Commit

Permalink
feat: add FUSE kernel support
Browse files Browse the repository at this point in the history
This PR enables FUSE support at the kernel level. Userspace libraries
are still needed for it to work correctly, but that burden is on the
user.

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty authored and talos-bot committed Jul 28, 2020
1 parent 169146f commit 5cb74d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
kind: secret
name: kubeconfig

get:
path: buildx
name: kubeconfig

---
kind: pipeline
name: default
type: kubernetes

steps:
- name: setup-ci
Expand Down Expand Up @@ -81,6 +73,7 @@ volumes:
temp: {}
---
kind: pipeline
type: kubernetes
name: notify

clone:
Expand Down
4 changes: 3 additions & 1 deletion kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -4642,7 +4642,9 @@ CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_AUTOFS_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
# CONFIG_VIRTIO_FS is not set
CONFIG_OVERLAY_FS=y
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
Expand Down

0 comments on commit 5cb74d6

Please sign in to comment.