From 310125ac7fad910a348488878cf97bc667d8064d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 9 May 2024 05:10:49 +0200 Subject: [PATCH] Enable full tmpfs in the full stubdomain version Pulseaudio uses it for shared memory --- linux/config/50-full | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/config/50-full b/linux/config/50-full index 2703e69..9f24f87 100644 --- a/linux/config/50-full +++ b/linux/config/50-full @@ -8,3 +8,6 @@ CONFIG_USBIP_VHCI_NR_HCS=1 CONFIG_XEN_GNTDEV=y +# pulseaudio +CONFIG_SHMEM=y +CONFIG_TMPFS=y