(wsl wsllib.WslLib, name string, rootPath string)
| 281 | } |
| 282 | |
| 283 | func InstallTar(wsl wsllib.WslLib, name string, rootPath string) error { |
| 284 | err := wsl.RegisterDistribution(name, rootPath) |
| 285 | return err |
| 286 | } |
| 287 | |
| 288 | func InstallExt4Vhdx(wsl wsllib.WslLib, reg wsllib.WslReg, name string, rootPath string) error { |
| 289 | return installExt4VhdxWithDeps(wsl, reg, name, rootPath, defaultInstallDeps()) |
no test coverage detected