Skip to content

Commit 66aa27c

Browse files
authored
Merge pull request #14 from oblivikun/main
NILFS2
2 parents eb5b810 + e856279 commit 66aa27c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ugrd/fs/mounts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ def _process_mount(self, mount_name: str, mount_config, mount_class="mounts") ->
7575
if mount_type := mount_config.get('type'):
7676
if mount_type in ['vfat', 'ext4', 'xfs']:
7777
self['kmod_init'] = mount_type
78+
elif mount_type == 'nilfs2':
79+
self['binaries'] = 'mount.nilfs2'
80+
7881
elif mount_type == 'btrfs':
7982
if 'ugrd.fs.btrfs' not in self['modules']:
8083
self.logger.info("Auto-enabling module: btrfs")

0 commit comments

Comments
 (0)