diff --git a/.gitignore b/.gitignore index b8bf959..2740e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +images/ qemu-binaries/ *.pyc diff --git a/images/.gitignore b/images/.gitignore deleted file mode 100644 index 1e78ae6..0000000 --- a/images/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -efi.img -efivars.img -rootfs.cpio -rootfs.ext4 -OVMF_VARS.fd diff --git a/images/arm/rootfs.cpio.zst b/images/arm/rootfs.cpio.zst deleted file mode 100644 index 464f021..0000000 Binary files a/images/arm/rootfs.cpio.zst and /dev/null differ diff --git a/images/arm64/rootfs.cpio.zst b/images/arm64/rootfs.cpio.zst deleted file mode 100644 index e44ccf6..0000000 Binary files a/images/arm64/rootfs.cpio.zst and /dev/null differ diff --git a/images/arm64be/rootfs.cpio.zst b/images/arm64be/rootfs.cpio.zst deleted file mode 100644 index 2df8def..0000000 Binary files a/images/arm64be/rootfs.cpio.zst and /dev/null differ diff --git a/images/m68k/rootfs.cpio.zst b/images/m68k/rootfs.cpio.zst deleted file mode 100644 index 419a4bb..0000000 Binary files a/images/m68k/rootfs.cpio.zst and /dev/null differ diff --git a/images/mips/rootfs.cpio.zst b/images/mips/rootfs.cpio.zst deleted file mode 100644 index 80f1094..0000000 Binary files a/images/mips/rootfs.cpio.zst and /dev/null differ diff --git a/images/mipsel/rootfs.cpio.zst b/images/mipsel/rootfs.cpio.zst deleted file mode 100644 index 8a5af3e..0000000 Binary files a/images/mipsel/rootfs.cpio.zst and /dev/null differ diff --git a/images/ppc32/rootfs.cpio.zst b/images/ppc32/rootfs.cpio.zst deleted file mode 100644 index a4b2d2e..0000000 Binary files a/images/ppc32/rootfs.cpio.zst and /dev/null differ diff --git a/images/ppc64/rootfs.cpio.zst b/images/ppc64/rootfs.cpio.zst deleted file mode 100644 index c05efe3..0000000 Binary files a/images/ppc64/rootfs.cpio.zst and /dev/null differ diff --git a/images/ppc64le/rootfs.cpio.zst b/images/ppc64le/rootfs.cpio.zst deleted file mode 100644 index e833fef..0000000 Binary files a/images/ppc64le/rootfs.cpio.zst and /dev/null differ diff --git a/images/riscv/rootfs.cpio.zst b/images/riscv/rootfs.cpio.zst deleted file mode 100644 index d3cbcd7..0000000 Binary files a/images/riscv/rootfs.cpio.zst and /dev/null differ diff --git a/images/s390/rootfs.cpio.zst b/images/s390/rootfs.cpio.zst deleted file mode 100644 index 9332e83..0000000 Binary files a/images/s390/rootfs.cpio.zst and /dev/null differ diff --git a/images/x86/rootfs.cpio.zst b/images/x86/rootfs.cpio.zst deleted file mode 100644 index d1f867a..0000000 Binary files a/images/x86/rootfs.cpio.zst and /dev/null differ diff --git a/images/x86_64/rootfs.cpio.zst b/images/x86_64/rootfs.cpio.zst deleted file mode 100644 index cf1a2f1..0000000 Binary files a/images/x86_64/rootfs.cpio.zst and /dev/null differ diff --git a/images/x86_64/rootfs.ext4.zst b/images/x86_64/rootfs.ext4.zst deleted file mode 100644 index 8bf56de..0000000 Binary files a/images/x86_64/rootfs.ext4.zst and /dev/null differ