LANCommander.Servers.Base/Modules/OverlayFS/OverlayFS.psd1
2026-01-21 19:37:19 -06:00

23 lines
No EOL
645 B
PowerShell

@{
RootModule = 'OverlayFS.psm1'
ModuleVersion = '1.0.0'
GUID = 'c4b2e1c9-9a18-4b1e-9c9a-7e5e8f9a4b32'
Author = 'Pat Hartl'
CompanyName = 'LANCommander'
Copyright = '(c) LANCommander'
Description = 'Configure OverlayFS using PowerShell'
PowerShellVersion = '5.1'
FunctionsToExport = @('Mount-Overlay')
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
PrivateData = @{
PSData = @{
Tags = @('filesystem', 'overlay')
LicenseUri = ''
ProjectUri = ''
}
}
}