mirror of
https://github.com/unman/shaker.git
synced 2025-05-01 22:06:10 -04:00
win_fs - Support for Windows FS
This commit is contained in:
parent
8be15c04f9
commit
35b50d2d12
2 changed files with 12 additions and 0 deletions
7
win_fs/win_fs.sls
Normal file
7
win_fs/win_fs.sls
Normal 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
5
win_fs/win_fs.top
Normal file
|
@ -0,0 +1,5 @@
|
|||
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
||||
base:
|
||||
dom0:
|
||||
- match: nodegroup
|
||||
- win_fs
|
Loading…
Add table
Add a link
Reference in a new issue