From b765b04aeea9a558fdff8dd038b70d0313c95bd6 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 29 Jan 2025 13:24:15 +0100 Subject: dashboard/config/linux: update to v6.13 and latest next Remove the deprecated options. Replace old "linux-next" conditions with the version numbers. --- dashboard/config/linux/bits/filesystems.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dashboard/config/linux/bits/filesystems.yml') diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index 945023210..24525bd6f 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -169,11 +169,11 @@ config: - EXT3_FS_POSIX_ACL - EXT3_FS_SECURITY - - REISERFS_FS - - REISERFS_FS_XATTR - - REISERFS_FS_POSIX_ACL - - REISERFS_FS_SECURITY - - REISERFS_PROC_INFO + - REISERFS_FS: [-v6.12] + - REISERFS_FS_XATTR: [-v6.12] + - REISERFS_FS_POSIX_ACL: [-v6.12] + - REISERFS_FS_SECURITY: [-v6.12] + - REISERFS_PROC_INFO: [-v6.12] - ADFS_FS - ADFS_FS_RW: n -- cgit mrf-deployment