mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
win_fs - Support for Windows FS
This commit is contained in:
parent
8be15c04f9
commit
35b50d2d12
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…
Reference in New Issue
Block a user