mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
t-runner: Mount IWD's storage to tmpfs
This commit is contained in:
parent
d4dc2df06b
commit
b1ed586365
@ -142,6 +142,7 @@ static const struct {
|
|||||||
MS_NOSUID|MS_NODEV|MS_STRICTATIME },
|
MS_NOSUID|MS_NODEV|MS_STRICTATIME },
|
||||||
{ "tmpfs", "/run", "mode=0755",
|
{ "tmpfs", "/run", "mode=0755",
|
||||||
MS_NOSUID|MS_NODEV|MS_STRICTATIME },
|
MS_NOSUID|MS_NODEV|MS_STRICTATIME },
|
||||||
|
{ "tmpfs", "/var/lib/iwd", "mode=0755", 0 },
|
||||||
{ "tmpfs", "/tmp", NULL, 0 },
|
{ "tmpfs", "/tmp", NULL, 0 },
|
||||||
{ "debugfs", "/sys/kernel/debug", NULL, 0 },
|
{ "debugfs", "/sys/kernel/debug", NULL, 0 },
|
||||||
{ }
|
{ }
|
||||||
|
Loading…
Reference in New Issue
Block a user