Rename osbuild2 package to osbuild
This commit is contained in:
parent
01d87b4e60
commit
9d4a351ca6
218 changed files with 474 additions and 475 deletions
10
internal/osbuild/btrfs_mount.go
Normal file
10
internal/osbuild/btrfs_mount.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package osbuild
|
||||
|
||||
func NewBtrfsMount(name, source, target string) *Mount {
|
||||
return &Mount{
|
||||
Type: "org.osbuild.btrfs",
|
||||
Name: name,
|
||||
Source: source,
|
||||
Target: target,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue