Removed XZ compression.

When testing the archlinux, xz compression couldn't seem to extract ANY files.
Testing extraction with the appimage works though. So that's good.
This commit is contained in:
Caleb Gardner
2020-12-02 01:56:24 -06:00
parent fef7bec20d
commit a894e2efb9
5 changed files with 50 additions and 63 deletions
+1
View File
@@ -15,6 +15,7 @@ const (
squashfsName = "airootfs.sfs" //testing with a ArchLinux root fs from the live img
)
//Right now, don't use. Arch linux sfs uses XZ compression and when tested, most files just completely fail to extract.
func TestSquashfs(t *testing.T) {
wd, err := os.Getwd()
if err != nil {