diff options
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/filesystems.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index 2bdda7ae7..f62be533b 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -44,7 +44,10 @@ config: - JFFS2_CMODE_PRIORITY - UFS_FS - - UFS_FS_WRITE: n + # Write support for UFS. The description says experimental/dangerous, + # but seems to mean only that images can be corrupted + # ("you should back up your UFS partitions beforehand"). + - UFS_FS_WRITE - UFS_DEBUG: n - JFS_FS |
