aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/base.yml
diff options
context:
space:
mode:
authorPimyn Girgis <pimyn@google.com>2025-10-22 13:52:01 +0000
committerAleksandr Nogikh <nogikh@google.com>2025-10-22 14:20:29 +0000
commit5faec6871b587407d55b2ea1bbfe0dfa6d6ea77f (patch)
treea8b71c0e4cf50415eb9e77d96253eaa996342b49 /dashboard/config/linux/bits/base.yml
parent252fbbadf10d41c4028958c2b430c1291c1f9201 (diff)
dashboard: enable ext4 in base config
Ext4 is necessary for normal boot, enable it unconditionally in base.
Diffstat (limited to 'dashboard/config/linux/bits/base.yml')
-rw-r--r--dashboard/config/linux/bits/base.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml
index 9f5c2390d..5e877282a 100644
--- a/dashboard/config/linux/bits/base.yml
+++ b/dashboard/config/linux/bits/base.yml
@@ -234,3 +234,8 @@ config:
# Disable Rust by default
- RUST: n
+
+ # Ext4 is necessary for normal boot.
+ - EXT4_FS
+ - EXT4_FS_POSIX_ACL
+ - EXT4_FS_SECURITY