rename project to postmarketos-mkinitfs
To help prevent any confusion about which distro this 'mkinitfs' is intended for
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
/mkinitfs
|
/postmarketos-mkinitfs
|
||||||
|
3
go.mod
3
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module gitlab.com/postmarketOS/mkinitfs
|
module gitlab.com/postmarketOS/postmarketos-mkinitfs
|
||||||
|
|
||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
@@ -6,7 +6,6 @@ require (
|
|||||||
git.sr.ht/~sircmpwn/getopt v0.0.0-20201218204720-9961a9c6298f // indirect
|
git.sr.ht/~sircmpwn/getopt v0.0.0-20201218204720-9961a9c6298f // indirect
|
||||||
github.com/BurntSushi/toml v0.4.0 // indirect
|
github.com/BurntSushi/toml v0.4.0 // indirect
|
||||||
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect
|
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect
|
||||||
github.com/google/renameio v1.0.1 // indirect
|
|
||||||
github.com/klauspost/compress v1.13.3 // indirect
|
github.com/klauspost/compress v1.13.3 // indirect
|
||||||
github.com/klauspost/pgzip v1.2.5 // indirect
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
||||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
||||||
|
6
main.go
6
main.go
@@ -19,9 +19,9 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.sr.ht/~sircmpwn/getopt"
|
"git.sr.ht/~sircmpwn/getopt"
|
||||||
"gitlab.com/postmarketOS/mkinitfs/pkgs/archive"
|
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/archive"
|
||||||
"gitlab.com/postmarketOS/mkinitfs/pkgs/deviceinfo"
|
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/deviceinfo"
|
||||||
"gitlab.com/postmarketOS/mkinitfs/pkgs/misc"
|
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/misc"
|
||||||
)
|
)
|
||||||
|
|
||||||
func timeFunc(start time.Time, name string) {
|
func timeFunc(start time.Time, name string) {
|
||||||
|
@@ -17,7 +17,7 @@ import (
|
|||||||
"crypto/sha256"
|
"crypto/sha256"
|
||||||
"github.com/cavaliercoder/go-cpio"
|
"github.com/cavaliercoder/go-cpio"
|
||||||
"github.com/klauspost/pgzip"
|
"github.com/klauspost/pgzip"
|
||||||
"gitlab.com/postmarketOS/mkinitfs/pkgs/misc"
|
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/misc"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Archive struct {
|
type Archive struct {
|
||||||
|
Reference in New Issue
Block a user