win_fs - Support for Windows FS

This commit is contained in:
unman 2021-02-03 01:08:36 +00:00
parent 8be15c04f9
commit 35b50d2d12
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
2 changed files with 12 additions and 0 deletions

7
win_fs/win_fs.sls Normal file
View File

@ -0,0 +1,7 @@
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
installed:
pkg.installed:
- pkgs:
- ntfs-3g
- dosfstools

5
win_fs/win_fs.top Normal file
View File

@ -0,0 +1,5 @@
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
base:
dom0:
- match: nodegroup
- win_fs