From 5faec6871b587407d55b2ea1bbfe0dfa6d6ea77f Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Wed, 22 Oct 2025 13:52:01 +0000 Subject: dashboard: enable ext4 in base config Ext4 is necessary for normal boot, enable it unconditionally in base. --- dashboard/config/linux/bits/base.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dashboard/config/linux/bits/base.yml') 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 -- cgit mrf-deployment