├── .github └── workflows │ ├── bookworm-xfce-standard-amd64.yml │ ├── bookworm-xfce-standard-i386.yml │ ├── bookworm-xfce-toolbox-amd64.yml │ ├── bookworm-xfce-ultra-amd64.yml │ └── release.yml ├── .gitignore ├── .gitmodules ├── CHANGES.md ├── LICENSE ├── Makefile ├── README.md ├── completions ├── minios-cmd └── minios-live ├── debian ├── changelog ├── compat ├── control ├── copyright ├── rules └── source │ └── format ├── docs ├── minios-cmd.md └── minios-live.md ├── images └── minios.png ├── linux-live ├── aptsources │ ├── bionic.list │ ├── bookworm.list │ ├── bullseye.list │ ├── buster.list │ ├── debian-old.list │ ├── debian-snapshot.list │ ├── debian.list │ ├── focal.list │ ├── groovy.list │ ├── jammy.list │ ├── kali-rolling.list │ ├── lunar.list │ ├── noble.list │ ├── orel.list │ ├── sid.list │ ├── stretch-snapshot.list │ ├── stretch.list │ ├── testing.list │ ├── trixie.list │ ├── trusty.list │ ├── ubuntu.list │ └── xenial.list ├── bootfiles │ └── boot │ │ ├── EFI │ │ ├── boot │ │ │ ├── bootia32.efi │ │ │ ├── bootx64.efi │ │ │ ├── grubia32.efi │ │ │ └── grubx64.efi │ │ └── debian │ │ │ └── grub.cfg │ │ ├── bootinst.bat │ │ ├── bootinst.sh │ │ ├── bootlogo.png │ │ ├── extlinux.x32 │ │ ├── extlinux.x64 │ │ ├── grub │ │ ├── dejavu-bold-14.pf2 │ │ ├── dejavu-bold-16.pf2 │ │ ├── efi32.img │ │ ├── efi64.img │ │ ├── i386-efi │ │ │ ├── acpi.mod │ │ │ ├── adler32.mod │ │ │ ├── afsplitter.mod │ │ │ ├── ahci.mod │ │ │ ├── all_video.mod │ │ │ ├── aout.mod │ │ │ ├── appleldr.mod │ │ │ ├── archelp.mod │ │ │ ├── at_keyboard.mod │ │ │ ├── ata.mod │ │ │ ├── backtrace.mod │ │ │ ├── bfs.mod │ │ │ ├── bitmap.mod │ │ │ ├── bitmap_scale.mod │ │ │ ├── blocklist.mod │ │ │ ├── boot.mod │ │ │ ├── bsd.mod │ │ │ ├── bswap_test.mod │ │ │ ├── btrfs.mod │ │ │ ├── bufio.mod │ │ │ ├── cat.mod │ │ │ ├── cbfs.mod │ │ │ ├── cbls.mod │ │ │ ├── cbmemc.mod │ │ │ ├── cbtable.mod │ │ │ ├── cbtime.mod │ │ │ ├── chain.mod │ │ │ ├── cmdline_cat_test.mod │ │ │ ├── cmp.mod │ │ │ ├── cmp_test.mod │ │ │ ├── command.lst │ │ │ ├── cpio.mod │ │ │ ├── cpio_be.mod │ │ │ ├── cpuid.mod │ │ │ ├── crc64.mod │ │ │ ├── crypto.lst │ │ │ ├── crypto.mod │ │ │ ├── cryptodisk.mod │ │ │ ├── cs5536.mod │ │ │ ├── ctz_test.mod │ │ │ ├── date.mod │ │ │ ├── datehook.mod │ │ │ ├── datetime.mod │ │ │ ├── disk.mod │ │ │ ├── diskfilter.mod │ │ │ ├── div.mod │ │ │ ├── div_test.mod │ │ │ ├── dm_nv.mod │ │ │ ├── echo.mod │ │ │ ├── efi_gop.mod │ │ │ ├── efi_uga.mod │ │ │ ├── efifwsetup.mod │ │ │ ├── efinet.mod │ │ │ ├── ehci.mod │ │ │ ├── elf.mod │ │ │ ├── eval.mod │ │ │ ├── exfat.mod │ │ │ ├── exfctest.mod │ │ │ ├── ext2.mod │ │ │ ├── extcmd.mod │ │ │ ├── f2fs.mod │ │ │ ├── fat.mod │ │ │ ├── fdt.lst │ │ │ ├── file.mod │ │ │ ├── fixvideo.mod │ │ │ ├── font.mod │ │ │ ├── fs.lst │ │ │ ├── gcry_arcfour.mod │ │ │ ├── gcry_blowfish.mod │ │ │ ├── gcry_camellia.mod │ │ │ ├── gcry_cast5.mod │ │ │ ├── gcry_crc.mod │ │ │ ├── gcry_des.mod │ │ │ ├── gcry_dsa.mod │ │ │ ├── gcry_idea.mod │ │ │ ├── gcry_md4.mod │ │ │ ├── gcry_md5.mod │ │ │ ├── gcry_rfc2268.mod │ │ │ ├── gcry_rijndael.mod │ │ │ ├── gcry_rmd160.mod │ │ │ ├── gcry_rsa.mod │ │ │ ├── gcry_seed.mod │ │ │ ├── gcry_serpent.mod │ │ │ ├── gcry_sha1.mod │ │ │ ├── gcry_sha256.mod │ │ │ ├── gcry_sha512.mod │ │ │ ├── gcry_tiger.mod │ │ │ ├── gcry_twofish.mod │ │ │ ├── gcry_whirlpool.mod │ │ │ ├── gdb.mod │ │ │ ├── geli.mod │ │ │ ├── gettext.mod │ │ │ ├── gfxmenu.mod │ │ │ ├── gfxterm.mod │ │ │ ├── gfxterm_background.mod │ │ │ ├── gfxterm_menu.mod │ │ │ ├── gptsync.mod │ │ │ ├── grub.cfg │ │ │ ├── gzio.mod │ │ │ ├── halt.mod │ │ │ ├── hashsum.mod │ │ │ ├── hdparm.mod │ │ │ ├── help.mod │ │ │ ├── hexdump.mod │ │ │ ├── hfs.mod │ │ │ ├── hfsplus.mod │ │ │ ├── hfspluscomp.mod │ │ │ ├── http.mod │ │ │ ├── iorw.mod │ │ │ ├── jfs.mod │ │ │ ├── jpeg.mod │ │ │ ├── json.mod │ │ │ ├── keylayouts.mod │ │ │ ├── keystatus.mod │ │ │ ├── ldm.mod │ │ │ ├── legacy_password_test.mod │ │ │ ├── legacycfg.mod │ │ │ ├── linux.mod │ │ │ ├── linux16.mod │ │ │ ├── linuxefi.mod │ │ │ ├── loadbios.mod │ │ │ ├── loadenv.mod │ │ │ ├── loopback.mod │ │ │ ├── ls.mod │ │ │ ├── lsacpi.mod │ │ │ ├── lsefi.mod │ │ │ ├── lsefimmap.mod │ │ │ ├── lsefisystab.mod │ │ │ ├── lsmmap.mod │ │ │ ├── lspci.mod │ │ │ ├── lssal.mod │ │ │ ├── luks.mod │ │ │ ├── luks2.mod │ │ │ ├── lvm.mod │ │ │ ├── lzopio.mod │ │ │ ├── macbless.mod │ │ │ ├── macho.mod │ │ │ ├── mdraid09.mod │ │ │ ├── mdraid09_be.mod │ │ │ ├── mdraid1x.mod │ │ │ ├── memrw.mod │ │ │ ├── minicmd.mod │ │ │ ├── minix2.mod │ │ │ ├── minix2_be.mod │ │ │ ├── minix3.mod │ │ │ ├── minix3_be.mod │ │ │ ├── minix_be.mod │ │ │ ├── mmap.mod │ │ │ ├── moddep.lst │ │ │ ├── morse.mod │ │ │ ├── mpi.mod │ │ │ ├── msdospart.mod │ │ │ ├── mul_test.mod │ │ │ ├── multiboot.mod │ │ │ ├── multiboot2.mod │ │ │ ├── nativedisk.mod │ │ │ ├── net.mod │ │ │ ├── newc.mod │ │ │ ├── normal.mod │ │ │ ├── ntfs.mod │ │ │ ├── ntfscomp.mod │ │ │ ├── odc.mod │ │ │ ├── offsetio.mod │ │ │ ├── ohci.mod │ │ │ ├── part_acorn.mod │ │ │ ├── part_amiga.mod │ │ │ ├── part_apple.mod │ │ │ ├── part_bsd.mod │ │ │ ├── part_dfly.mod │ │ │ ├── part_dvh.mod │ │ │ ├── part_gpt.mod │ │ │ ├── part_msdos.mod │ │ │ ├── part_plan.mod │ │ │ ├── part_sun.mod │ │ │ ├── part_sunpc.mod │ │ │ ├── partmap.lst │ │ │ ├── parttool.lst │ │ │ ├── parttool.mod │ │ │ ├── password.mod │ │ │ ├── password_pbkdf2.mod │ │ │ ├── pata.mod │ │ │ ├── pbkdf2.mod │ │ │ ├── pbkdf2_test.mod │ │ │ ├── pcidump.mod │ │ │ ├── pgp.mod │ │ │ ├── play.mod │ │ │ ├── png.mod │ │ │ ├── priority_queue.mod │ │ │ ├── probe.mod │ │ │ ├── procfs.mod │ │ │ ├── progress.mod │ │ │ ├── raid5rec.mod │ │ │ ├── raid6rec.mod │ │ │ ├── random.mod │ │ │ ├── rdmsr.mod │ │ │ ├── read.mod │ │ │ ├── reboot.mod │ │ │ ├── regexp.mod │ │ │ ├── reiserfs.mod │ │ │ ├── relocator.mod │ │ │ ├── romfs.mod │ │ │ ├── scsi.mod │ │ │ ├── serial.mod │ │ │ ├── setjmp.mod │ │ │ ├── setjmp_test.mod │ │ │ ├── setpci.mod │ │ │ ├── shift_test.mod │ │ │ ├── signature_test.mod │ │ │ ├── sleep.mod │ │ │ ├── sleep_test.mod │ │ │ ├── smbios.mod │ │ │ ├── spkmodem.mod │ │ │ ├── squash4.mod │ │ │ ├── strtoull_test.mod │ │ │ ├── syslinuxcfg.mod │ │ │ ├── terminal.lst │ │ │ ├── terminal.mod │ │ │ ├── terminfo.mod │ │ │ ├── test.mod │ │ │ ├── test_blockarg.mod │ │ │ ├── testload.mod │ │ │ ├── testspeed.mod │ │ │ ├── tftp.mod │ │ │ ├── tga.mod │ │ │ ├── time.mod │ │ │ ├── tpm.mod │ │ │ ├── tr.mod │ │ │ ├── trig.mod │ │ │ ├── true.mod │ │ │ ├── udf.mod │ │ │ ├── ufs1.mod │ │ │ ├── ufs1_be.mod │ │ │ ├── ufs2.mod │ │ │ ├── uhci.mod │ │ │ ├── usb.mod │ │ │ ├── usb_keyboard.mod │ │ │ ├── usbms.mod │ │ │ ├── usbserial_common.mod │ │ │ ├── usbserial_ftdi.mod │ │ │ ├── usbserial_pl2303.mod │ │ │ ├── usbserial_usbdebug.mod │ │ │ ├── usbtest.mod │ │ │ ├── video.lst │ │ │ ├── video.mod │ │ │ ├── video_bochs.mod │ │ │ ├── video_cirrus.mod │ │ │ ├── video_colors.mod │ │ │ ├── video_fb.mod │ │ │ ├── videoinfo.mod │ │ │ ├── videotest.mod │ │ │ ├── videotest_checksum.mod │ │ │ ├── wrmsr.mod │ │ │ ├── xfs.mod │ │ │ ├── xnu.mod │ │ │ ├── xnu_uuid.mod │ │ │ ├── xnu_uuid_test.mod │ │ │ ├── xzio.mod │ │ │ ├── zfscrypt.mod │ │ │ └── zstd.mod │ │ ├── minios-theme │ │ │ ├── icons │ │ │ │ ├── add.png │ │ │ │ ├── live.png │ │ │ │ ├── new.png │ │ │ │ ├── ram.png │ │ │ │ ├── reboot.png │ │ │ │ ├── resume.png │ │ │ │ └── switch.png │ │ │ ├── select_c.png │ │ │ ├── select_e.png │ │ │ ├── select_w.png │ │ │ └── theme.txt │ │ ├── roboto-bold-20.pf2 │ │ ├── roboto-regular-20.pf2 │ │ ├── unicode.pf2 │ │ └── x86_64-efi │ │ │ ├── acpi.mod │ │ │ ├── adler32.mod │ │ │ ├── afsplitter.mod │ │ │ ├── ahci.mod │ │ │ ├── all_video.mod │ │ │ ├── aout.mod │ │ │ ├── appleldr.mod │ │ │ ├── archelp.mod │ │ │ ├── at_keyboard.mod │ │ │ ├── ata.mod │ │ │ ├── backtrace.mod │ │ │ ├── bfs.mod │ │ │ ├── bitmap.mod │ │ │ ├── bitmap_scale.mod │ │ │ ├── blocklist.mod │ │ │ ├── boot.mod │ │ │ ├── bsd.mod │ │ │ ├── bswap_test.mod │ │ │ ├── btrfs.mod │ │ │ ├── bufio.mod │ │ │ ├── cat.mod │ │ │ ├── cbfs.mod │ │ │ ├── cbls.mod │ │ │ ├── cbmemc.mod │ │ │ ├── cbtable.mod │ │ │ ├── cbtime.mod │ │ │ ├── chain.mod │ │ │ ├── cmdline_cat_test.mod │ │ │ ├── cmp.mod │ │ │ ├── cmp_test.mod │ │ │ ├── command.lst │ │ │ ├── cpio.mod │ │ │ ├── cpio_be.mod │ │ │ ├── cpuid.mod │ │ │ ├── crc64.mod │ │ │ ├── crypto.lst │ │ │ ├── crypto.mod │ │ │ ├── cryptodisk.mod │ │ │ ├── cs5536.mod │ │ │ ├── ctz_test.mod │ │ │ ├── date.mod │ │ │ ├── datehook.mod │ │ │ ├── datetime.mod │ │ │ ├── disk.mod │ │ │ ├── diskfilter.mod │ │ │ ├── div.mod │ │ │ ├── div_test.mod │ │ │ ├── dm_nv.mod │ │ │ ├── echo.mod │ │ │ ├── efi_gop.mod │ │ │ ├── efi_uga.mod │ │ │ ├── efifwsetup.mod │ │ │ ├── efinet.mod │ │ │ ├── ehci.mod │ │ │ ├── elf.mod │ │ │ ├── eval.mod │ │ │ ├── exfat.mod │ │ │ ├── exfctest.mod │ │ │ ├── ext2.mod │ │ │ ├── extcmd.mod │ │ │ ├── f2fs.mod │ │ │ ├── fat.mod │ │ │ ├── fdt.lst │ │ │ ├── file.mod │ │ │ ├── fixvideo.mod │ │ │ ├── font.mod │ │ │ ├── fs.lst │ │ │ ├── gcry_arcfour.mod │ │ │ ├── gcry_blowfish.mod │ │ │ ├── gcry_camellia.mod │ │ │ ├── gcry_cast5.mod │ │ │ ├── gcry_crc.mod │ │ │ ├── gcry_des.mod │ │ │ ├── gcry_dsa.mod │ │ │ ├── gcry_idea.mod │ │ │ ├── gcry_md4.mod │ │ │ ├── gcry_md5.mod │ │ │ ├── gcry_rfc2268.mod │ │ │ ├── gcry_rijndael.mod │ │ │ ├── gcry_rmd160.mod │ │ │ ├── gcry_rsa.mod │ │ │ ├── gcry_seed.mod │ │ │ ├── gcry_serpent.mod │ │ │ ├── gcry_sha1.mod │ │ │ ├── gcry_sha256.mod │ │ │ ├── gcry_sha512.mod │ │ │ ├── gcry_tiger.mod │ │ │ ├── gcry_twofish.mod │ │ │ ├── gcry_whirlpool.mod │ │ │ ├── geli.mod │ │ │ ├── gettext.mod │ │ │ ├── gfxmenu.mod │ │ │ ├── gfxterm.mod │ │ │ ├── gfxterm_background.mod │ │ │ ├── gfxterm_menu.mod │ │ │ ├── gptsync.mod │ │ │ ├── grub.cfg │ │ │ ├── gzio.mod │ │ │ ├── halt.mod │ │ │ ├── hashsum.mod │ │ │ ├── hdparm.mod │ │ │ ├── help.mod │ │ │ ├── hexdump.mod │ │ │ ├── hfs.mod │ │ │ ├── hfsplus.mod │ │ │ ├── hfspluscomp.mod │ │ │ ├── http.mod │ │ │ ├── iorw.mod │ │ │ ├── jfs.mod │ │ │ ├── jpeg.mod │ │ │ ├── json.mod │ │ │ ├── keylayouts.mod │ │ │ ├── keystatus.mod │ │ │ ├── ldm.mod │ │ │ ├── legacy_password_test.mod │ │ │ ├── legacycfg.mod │ │ │ ├── linux.mod │ │ │ ├── linux16.mod │ │ │ ├── linuxefi.mod │ │ │ ├── loadbios.mod │ │ │ ├── loadenv.mod │ │ │ ├── loopback.mod │ │ │ ├── ls.mod │ │ │ ├── lsacpi.mod │ │ │ ├── lsefi.mod │ │ │ ├── lsefimmap.mod │ │ │ ├── lsefisystab.mod │ │ │ ├── lsmmap.mod │ │ │ ├── lspci.mod │ │ │ ├── lssal.mod │ │ │ ├── luks.mod │ │ │ ├── luks2.mod │ │ │ ├── lvm.mod │ │ │ ├── lzopio.mod │ │ │ ├── macbless.mod │ │ │ ├── macho.mod │ │ │ ├── mdraid09.mod │ │ │ ├── mdraid09_be.mod │ │ │ ├── mdraid1x.mod │ │ │ ├── memrw.mod │ │ │ ├── minicmd.mod │ │ │ ├── minix2.mod │ │ │ ├── minix2_be.mod │ │ │ ├── minix3.mod │ │ │ ├── minix3_be.mod │ │ │ ├── minix_be.mod │ │ │ ├── mmap.mod │ │ │ ├── moddep.lst │ │ │ ├── morse.mod │ │ │ ├── mpi.mod │ │ │ ├── msdospart.mod │ │ │ ├── mul_test.mod │ │ │ ├── multiboot.mod │ │ │ ├── multiboot2.mod │ │ │ ├── nativedisk.mod │ │ │ ├── net.mod │ │ │ ├── newc.mod │ │ │ ├── normal.mod │ │ │ ├── ntfs.mod │ │ │ ├── ntfscomp.mod │ │ │ ├── odc.mod │ │ │ ├── offsetio.mod │ │ │ ├── ohci.mod │ │ │ ├── part_acorn.mod │ │ │ ├── part_amiga.mod │ │ │ ├── part_apple.mod │ │ │ ├── part_bsd.mod │ │ │ ├── part_dfly.mod │ │ │ ├── part_dvh.mod │ │ │ ├── part_gpt.mod │ │ │ ├── part_msdos.mod │ │ │ ├── part_plan.mod │ │ │ ├── part_sun.mod │ │ │ ├── part_sunpc.mod │ │ │ ├── partmap.lst │ │ │ ├── parttool.lst │ │ │ ├── parttool.mod │ │ │ ├── password.mod │ │ │ ├── password_pbkdf2.mod │ │ │ ├── pata.mod │ │ │ ├── pbkdf2.mod │ │ │ ├── pbkdf2_test.mod │ │ │ ├── pcidump.mod │ │ │ ├── pgp.mod │ │ │ ├── play.mod │ │ │ ├── png.mod │ │ │ ├── priority_queue.mod │ │ │ ├── probe.mod │ │ │ ├── procfs.mod │ │ │ ├── progress.mod │ │ │ ├── raid5rec.mod │ │ │ ├── raid6rec.mod │ │ │ ├── random.mod │ │ │ ├── rdmsr.mod │ │ │ ├── read.mod │ │ │ ├── reboot.mod │ │ │ ├── regexp.mod │ │ │ ├── reiserfs.mod │ │ │ ├── relocator.mod │ │ │ ├── romfs.mod │ │ │ ├── scsi.mod │ │ │ ├── serial.mod │ │ │ ├── setjmp.mod │ │ │ ├── setjmp_test.mod │ │ │ ├── setpci.mod │ │ │ ├── shift_test.mod │ │ │ ├── signature_test.mod │ │ │ ├── sleep.mod │ │ │ ├── sleep_test.mod │ │ │ ├── smbios.mod │ │ │ ├── spkmodem.mod │ │ │ ├── squash4.mod │ │ │ ├── strtoull_test.mod │ │ │ ├── syslinuxcfg.mod │ │ │ ├── terminal.lst │ │ │ ├── terminal.mod │ │ │ ├── terminfo.mod │ │ │ ├── test.mod │ │ │ ├── test_blockarg.mod │ │ │ ├── testload.mod │ │ │ ├── testspeed.mod │ │ │ ├── tftp.mod │ │ │ ├── tga.mod │ │ │ ├── time.mod │ │ │ ├── tpm.mod │ │ │ ├── tr.mod │ │ │ ├── trig.mod │ │ │ ├── true.mod │ │ │ ├── udf.mod │ │ │ ├── ufs1.mod │ │ │ ├── ufs1_be.mod │ │ │ ├── ufs2.mod │ │ │ ├── uhci.mod │ │ │ ├── usb.mod │ │ │ ├── usb_keyboard.mod │ │ │ ├── usbms.mod │ │ │ ├── usbserial_common.mod │ │ │ ├── usbserial_ftdi.mod │ │ │ ├── usbserial_pl2303.mod │ │ │ ├── usbserial_usbdebug.mod │ │ │ ├── usbtest.mod │ │ │ ├── video.lst │ │ │ ├── video.mod │ │ │ ├── video_bochs.mod │ │ │ ├── video_cirrus.mod │ │ │ ├── video_colors.mod │ │ │ ├── video_fb.mod │ │ │ ├── videoinfo.mod │ │ │ ├── videotest.mod │ │ │ ├── videotest_checksum.mod │ │ │ ├── wrmsr.mod │ │ │ ├── xfs.mod │ │ │ ├── xnu.mod │ │ │ ├── xnu_uuid.mod │ │ │ ├── xnu_uuid_test.mod │ │ │ ├── xzio.mod │ │ │ ├── zfscrypt.mod │ │ │ └── zstd.mod │ │ ├── help.txt │ │ ├── isohdpfx.bin │ │ ├── isolinux.bin │ │ ├── ldlinux.c32 │ │ ├── libcom32.c32 │ │ ├── libutil.c32 │ │ ├── mbr.bin │ │ ├── pxelinux.0 │ │ ├── runadmin.vbs │ │ ├── samedisk.vbs │ │ ├── syslinux.cfg │ │ ├── syslinux.com │ │ ├── syslinux.exe │ │ ├── vesamenu.c32 │ │ └── zblack.png ├── build-initramfs ├── build.conf ├── condinaut ├── condinaut.conf ├── condinaut.list.md ├── environments │ ├── core │ │ └── 01-kernel │ ├── flux │ │ ├── 01-kernel │ │ ├── 02-firmware │ │ ├── 03-gui-base │ │ ├── 04-flux-desktop │ │ ├── 05-flux-apps │ │ └── 06-firefox │ ├── lxqt │ │ ├── 01-kernel │ │ ├── 02-firmware │ │ ├── 03-gui-base │ │ ├── 04-lxqt-desktop │ │ ├── 05-lxqt-apps │ │ └── 06-firefox │ └── xfce │ │ ├── 01-kernel │ │ ├── 02-firmware │ │ ├── 03-gui-base │ │ ├── 04-xfce-desktop │ │ ├── 05-apps │ │ └── 06-firefox ├── initramfs │ └── livekit-mos │ │ ├── bin │ │ ├── @mount.dynfilefs │ │ ├── @mount.httpfs2 │ │ ├── @mount.ntfs-3g │ │ ├── README │ │ ├── bash-static │ │ ├── blkid │ │ ├── busybox │ │ ├── e2fsck │ │ ├── eject │ │ ├── fsck.exfat │ │ ├── jq │ │ ├── lsblk │ │ ├── mc │ │ ├── minios-boot │ │ ├── minios-boot.sh │ │ ├── mke2fs │ │ ├── ncurses-menu │ │ ├── parted │ │ ├── partprobe │ │ ├── qemu-img │ │ ├── qemu-nbd │ │ └── resize2fs │ │ ├── init │ │ ├── lib │ │ └── livekitlib │ │ ├── mkinitrfs │ │ ├── shutdown │ │ ├── tools │ │ ├── initramfs_repack │ │ └── initramfs_unpack │ │ └── usr │ │ └── share │ │ └── terminfo │ │ └── l │ │ └── linux ├── install-chroot ├── minioslib ├── prerequisites.list └── scripts │ ├── 00-core │ ├── install │ ├── packages.list │ └── rootcopy-postinstall │ │ ├── etc │ │ ├── adjtime │ │ ├── localtime │ │ ├── motd │ │ ├── profile │ │ ├── selinux │ │ │ └── config │ │ ├── skel │ │ │ └── .bashrc │ │ └── ssh │ │ │ └── sshd_config.d │ │ │ └── minios.conf │ │ └── usr │ │ ├── lib │ │ └── udev │ │ │ └── rules.d │ │ │ └── 90-minios-automount.rules │ │ └── sbin │ │ └── minios-automount │ ├── 00-minios │ ├── install │ ├── packages.list │ └── rootcopy-install │ │ └── usr │ │ └── bin │ │ ├── minios-kernelpack │ │ ├── minios-langpack-gen │ │ ├── minios-listpackages │ │ └── minios-resolution │ ├── 01-kernel │ ├── build │ ├── install │ ├── is_dkms_build │ ├── packages.list │ └── skip_conditions.conf │ ├── 02-firmware │ ├── install │ └── packages.list │ ├── 03-gui-base │ ├── install │ ├── packages.list │ ├── rootcopy-install │ │ ├── etc │ │ │ ├── X11 │ │ │ │ └── xorg.conf.d │ │ │ │ │ └── 40-libinput.conf │ │ │ └── skel │ │ │ │ ├── .Xresources │ │ │ │ ├── .blackbox-menu │ │ │ │ ├── .blackboxrc │ │ │ │ └── .xinitrc │ │ └── usr │ │ │ ├── lib │ │ │ └── systemd │ │ │ │ └── system │ │ │ │ └── xorg.service │ │ │ └── share │ │ │ ├── blackbox │ │ │ └── styles │ │ │ │ └── Slax │ │ │ ├── fonts │ │ │ ├── opentype │ │ │ │ └── inter │ │ │ │ │ ├── .uuid │ │ │ │ │ └── Inter-Regular.otf │ │ │ └── truetype │ │ │ │ └── jetbrains-mono │ │ │ │ ├── .uuid │ │ │ │ └── JetBrainsMono-Regular.ttf │ │ │ └── icons │ │ │ └── locolor │ │ │ └── 16x16 │ │ │ └── apps │ │ │ └── xterm.xbm │ └── rootcopy-postinstall │ │ ├── etc │ │ └── xrdp │ │ │ ├── sesman.ini │ │ │ ├── startminios.sh │ │ │ ├── startwm.sh │ │ │ └── xrdp.ini │ │ └── usr │ │ └── share │ │ └── libinput │ │ ├── 10-generic-keyboard.quirks │ │ ├── 10-generic-mouse.quirks │ │ ├── 10-generic-trackball.quirks │ │ ├── 30-vendor-a4tech.quirks │ │ ├── 30-vendor-aiptek.quirks │ │ ├── 30-vendor-alps.quirks │ │ ├── 30-vendor-contour.quirks │ │ ├── 30-vendor-cypress.quirks │ │ ├── 30-vendor-elantech.quirks │ │ ├── 30-vendor-glorious.quirks │ │ ├── 30-vendor-huion.quirks │ │ ├── 30-vendor-ibm.quirks │ │ ├── 30-vendor-ite.quirks │ │ ├── 30-vendor-kensington.quirks │ │ ├── 30-vendor-logitech.quirks │ │ ├── 30-vendor-madcatz.quirks │ │ ├── 30-vendor-microsoft.quirks │ │ ├── 30-vendor-oracle.quirks │ │ ├── 30-vendor-qemu.quirks │ │ ├── 30-vendor-razer.quirks │ │ ├── 30-vendor-synaptics.quirks │ │ ├── 30-vendor-trust.quirks │ │ ├── 30-vendor-uniwill.quirks │ │ ├── 30-vendor-vmware.quirks │ │ ├── 30-vendor-wacom.quirks │ │ ├── 50-system-acer.quirks │ │ ├── 50-system-apple.quirks │ │ ├── 50-system-asus.quirks │ │ ├── 50-system-chicony.quirks │ │ ├── 50-system-chuwi.quirks │ │ ├── 50-system-cyborg.quirks │ │ ├── 50-system-dell.quirks │ │ ├── 50-system-framework.quirks │ │ ├── 50-system-gigabyte.quirks │ │ ├── 50-system-google.quirks │ │ ├── 50-system-gpd.quirks │ │ ├── 50-system-graviton.quirks │ │ ├── 50-system-hp.quirks │ │ ├── 50-system-huawei.quirks │ │ ├── 50-system-lenovo.quirks │ │ ├── 50-system-lg.quirks │ │ ├── 50-system-minisforum.quirks │ │ ├── 50-system-pine64.quirks │ │ ├── 50-system-sony.quirks │ │ ├── 50-system-starlabs.quirks │ │ ├── 50-system-system76.quirks │ │ ├── 50-system-toshiba.quirks │ │ └── 50-system-vaio.quirks │ ├── 04-flux-desktop │ ├── install │ ├── package.list │ └── rootcopy-install │ │ ├── etc │ │ ├── skel │ │ │ ├── .config │ │ │ │ ├── chromium │ │ │ │ │ ├── Default │ │ │ │ │ │ └── Preferences │ │ │ │ │ └── First Run │ │ │ │ ├── volumeicon │ │ │ │ │ └── volumeicon │ │ │ │ └── xarchiver │ │ │ │ │ └── xarchiverrc │ │ │ ├── .fluxbox │ │ │ │ ├── apps │ │ │ │ ├── fbpotgen.sh │ │ │ │ ├── fbrun_history │ │ │ │ ├── init │ │ │ │ ├── kblayout │ │ │ │ ├── keys │ │ │ │ ├── lastwallpaper │ │ │ │ ├── menu.orig │ │ │ │ ├── menu.pot │ │ │ │ ├── overlay │ │ │ │ ├── slitlist │ │ │ │ ├── startup │ │ │ │ └── windowmenu │ │ │ ├── .gtkrc-2.0 │ │ │ └── .xinitrc │ │ └── xlunch │ │ │ ├── entries.dsv │ │ │ └── logout.dsv │ │ └── usr │ │ └── share │ │ ├── fluxbox │ │ └── styles │ │ │ └── Slax │ │ │ ├── pixmaps │ │ │ ├── closefcs.png │ │ │ ├── closepr.png │ │ │ ├── closeunfcs.png │ │ │ ├── maxfcs.png │ │ │ ├── maxpr.png │ │ │ ├── maxunfcs.png │ │ │ ├── minfcs.png │ │ │ ├── minpr.png │ │ │ ├── minunfcs.png │ │ │ └── start-here.png │ │ │ └── theme.cfg │ │ ├── sounds │ │ ├── shutdown.wav │ │ └── startup.wav │ │ ├── themes │ │ └── MurrinaChrome │ │ │ └── gtk-2.0 │ │ │ └── gtkrc │ │ └── wallpapers │ │ └── flux_wallpaper.jpg │ ├── 04-lxqt-desktop │ ├── install │ ├── minimum.list │ ├── rootcopy-install │ │ ├── etc │ │ │ ├── default │ │ │ │ └── nodm │ │ │ └── skel │ │ │ │ ├── .config │ │ │ │ ├── Trolltech.conf │ │ │ │ ├── fontconfig │ │ │ │ │ └── fonts.conf │ │ │ │ ├── gtk-3.0 │ │ │ │ │ └── settings.ini │ │ │ │ ├── libfm │ │ │ │ │ └── libfm.conf │ │ │ │ ├── lxqt │ │ │ │ │ ├── filedialog.conf │ │ │ │ │ ├── globalkeyshortcuts.conf │ │ │ │ │ ├── lxqt-config-appearance.conf │ │ │ │ │ ├── lxqt-config.conf │ │ │ │ │ ├── lxqt-powermanagement.conf │ │ │ │ │ ├── lxqt-runner.conf │ │ │ │ │ ├── lxqt.conf │ │ │ │ │ ├── notifications.conf │ │ │ │ │ ├── panel.conf │ │ │ │ │ ├── power.conf │ │ │ │ │ ├── session.conf │ │ │ │ │ └── windowmanagers.conf │ │ │ │ ├── openbox │ │ │ │ │ ├── lxqt-rc.xml │ │ │ │ │ └── rc.xml │ │ │ │ ├── pcmanfm-qt │ │ │ │ │ └── lxqt │ │ │ │ │ │ └── settings.conf │ │ │ │ ├── qterminal.org │ │ │ │ │ └── qterminal.ini │ │ │ │ └── user-dirs.dirs │ │ │ │ ├── .gtkrc-2.0 │ │ │ │ ├── .xinitrc │ │ │ │ └── .xsession │ │ └── usr │ │ │ └── share │ │ │ ├── applications │ │ │ └── xterm.desktop │ │ │ ├── backgrounds │ │ │ ├── MiniOS-wallpaper-01.svg │ │ │ ├── MiniOS-wallpaper-02.svg │ │ │ ├── MiniOS-wallpaper-03.svg │ │ │ ├── MiniOS-wallpaper-04.svg │ │ │ ├── MiniOS-wallpaper-aqua.svg │ │ │ ├── MiniOS-wallpaper-black.svg │ │ │ ├── MiniOS-wallpaper-blue.svg │ │ │ ├── MiniOS-wallpaper-fire.svg │ │ │ ├── MiniOS-wallpaper-gray.svg │ │ │ ├── MiniOS-wallpaper-green.svg │ │ │ ├── MiniOS-wallpaper-lilo.svg │ │ │ ├── MiniOS-wallpaper-night.svg │ │ │ ├── MiniOS-wallpaper-nightmare.svg │ │ │ ├── MiniOS-wallpaper-red.svg │ │ │ ├── MiniOS-wallpaper-rose.svg │ │ │ ├── MiniOS-wallpaper-sandbox.svg │ │ │ ├── MiniOS-wallpaper-sea.svg │ │ │ ├── MiniOS-wallpaper-sunrize.svg │ │ │ ├── MiniOS-wallpaper-twilight.svg │ │ │ ├── MiniOS3-background-black.svg │ │ │ ├── MiniOS3-background-blue.svg │ │ │ ├── MiniOS3-background-fire.svg │ │ │ ├── MiniOS3-background-gray.svg │ │ │ ├── MiniOS3-background-jungle.svg │ │ │ ├── MiniOS3-background-night.svg │ │ │ ├── MiniOS3-background-rose.svg │ │ │ ├── MiniOS3-background-sea.svg │ │ │ ├── MiniOS3-background-sunrize.svg │ │ │ ├── MiniOS3-background-twilight.svg │ │ │ ├── MiniOS3-wallpaper-black.svg │ │ │ ├── MiniOS3-wallpaper-blue.svg │ │ │ ├── MiniOS3-wallpaper-gray.svg │ │ │ ├── MiniOS3-wallpaper-jungle.svg │ │ │ ├── MiniOS3-wallpaper-night.svg │ │ │ ├── MiniOS3-wallpaper-puzzle.svg │ │ │ ├── MiniOS3-wallpaper-puzzlehub.svg │ │ │ ├── MiniOS3-wallpaper-rose.svg │ │ │ ├── MiniOS3-wallpaper-sea.svg │ │ │ ├── MiniOS3-wallpaper-sunrize.svg │ │ │ ├── MiniOS3-wallpaper-twilight.svg │ │ │ ├── MiniOS4-background-black.svg │ │ │ ├── MiniOS4-background-fire.svg │ │ │ ├── MiniOS4-background-jungle.svg │ │ │ ├── MiniOS4-background-sea.svg │ │ │ ├── MiniOS4-background-sunset.svg │ │ │ ├── MiniOS4-wallpaper-Flux.svg │ │ │ ├── MiniOS4-wallpaper-Puzzle.svg │ │ │ ├── MiniOS4-wallpaper-Standard.svg │ │ │ ├── MiniOS4-wallpaper-Toolbox.svg │ │ │ ├── MiniOS4-wallpaper-Ultra.svg │ │ │ ├── MiniOS4-wallpaper-black.svg │ │ │ ├── MiniOS4-wallpaper-fire.svg │ │ │ ├── MiniOS4-wallpaper-jungle.svg │ │ │ ├── MiniOS4-wallpaper-sea.svg │ │ │ └── MiniOS4-wallpaper-sunset.svg │ │ │ ├── pixmaps │ │ │ ├── MiniOS-black.png │ │ │ ├── MiniOS-black.svg │ │ │ ├── MiniOS-flat-black.svg │ │ │ ├── MiniOS-flat-white.svg │ │ │ ├── MiniOS-white.png │ │ │ └── MiniOS-white.svg │ │ │ ├── slim │ │ │ └── themes │ │ │ │ └── minios │ │ │ │ ├── background.png │ │ │ │ ├── panel.png │ │ │ │ └── slim.theme │ │ │ └── themes │ │ │ └── Greybird │ │ │ └── openbox-3 │ │ │ ├── bullet.xbm │ │ │ ├── close.xbm │ │ │ ├── iconify.xbm │ │ │ ├── max.xbm │ │ │ ├── max_toggled.xbm │ │ │ └── themerc │ ├── rootcopy-postinstall │ │ ├── etc │ │ │ └── lightdm │ │ │ │ └── lightdm-gtk-greeter.conf │ │ └── usr │ │ │ └── share │ │ │ └── icons │ │ │ └── hicolor │ │ │ └── scalable │ │ │ └── apps │ │ │ ├── xfce4-battery-ac-adapter.svg │ │ │ ├── xfce4-battery-caution-charging.svg │ │ │ ├── xfce4-battery-caution-symbolic.svg │ │ │ ├── xfce4-battery-caution.svg │ │ │ ├── xfce4-battery-empty-charging.svg │ │ │ ├── xfce4-battery-empty.svg │ │ │ ├── xfce4-battery-full-charged.svg │ │ │ ├── xfce4-battery-full-charging.svg │ │ │ ├── xfce4-battery-full.svg │ │ │ ├── xfce4-battery-good-charging.svg │ │ │ ├── xfce4-battery-good.svg │ │ │ ├── xfce4-battery-low-charging.svg │ │ │ ├── xfce4-battery-low-symbolic.svg │ │ │ ├── xfce4-battery-low.svg │ │ │ └── xfce4-battery-missing.svg │ ├── standard-l10n.list │ └── standard.list │ ├── 04-xfce-desktop │ ├── install │ ├── packages.list │ ├── rootcopy-install │ │ ├── etc │ │ │ ├── skel │ │ │ │ ├── .config │ │ │ │ │ ├── Thunar │ │ │ │ │ │ ├── uca.br.xml │ │ │ │ │ │ ├── uca.de.xml │ │ │ │ │ │ ├── uca.en.xml │ │ │ │ │ │ ├── uca.es.xml │ │ │ │ │ │ ├── uca.fr.xml │ │ │ │ │ │ ├── uca.it.xml │ │ │ │ │ │ ├── uca.pt.xml │ │ │ │ │ │ ├── uca.ru.xml │ │ │ │ │ │ └── uca.xml │ │ │ │ │ ├── Trolltech.conf │ │ │ │ │ ├── autostart │ │ │ │ │ │ ├── volumeicon.desktop │ │ │ │ │ │ └── xfce4-clipman-plugin-autostart.desktop │ │ │ │ │ ├── dconf │ │ │ │ │ │ └── user │ │ │ │ │ ├── doublecmd │ │ │ │ │ │ └── doublecmd.xml │ │ │ │ │ ├── gtk-3.0 │ │ │ │ │ │ └── gtk.css │ │ │ │ │ ├── mimeapps.list │ │ │ │ │ ├── remmina │ │ │ │ │ │ └── remmina.pref │ │ │ │ │ ├── uGet │ │ │ │ │ │ └── Setting.json │ │ │ │ │ ├── user-dirs.dirs │ │ │ │ │ ├── volumeicon │ │ │ │ │ │ └── volumeicon │ │ │ │ │ ├── xarchiver │ │ │ │ │ │ └── xarchiverrc │ │ │ │ │ └── xfce4 │ │ │ │ │ │ ├── panel │ │ │ │ │ │ ├── battery-10.rc │ │ │ │ │ │ ├── launcher-3 │ │ │ │ │ │ │ └── TerminalEmulator.desktop │ │ │ │ │ │ ├── launcher-4 │ │ │ │ │ │ │ └── FileManager.desktop │ │ │ │ │ │ └── launcher-5 │ │ │ │ │ │ │ └── WebBrowser.desktop │ │ │ │ │ │ ├── terminal │ │ │ │ │ │ ├── accels.scm │ │ │ │ │ │ └── terminalrc │ │ │ │ │ │ └── xfconf │ │ │ │ │ │ └── xfce-perchannel-xml │ │ │ │ │ │ ├── thunar.xml │ │ │ │ │ │ ├── xfce4-appfinder.xml │ │ │ │ │ │ ├── xfce4-desktop.xml │ │ │ │ │ │ ├── xfce4-keyboard-shortcuts.xml │ │ │ │ │ │ ├── xfce4-notifyd.xml │ │ │ │ │ │ ├── xfce4-panel.xml │ │ │ │ │ │ ├── xfce4-power-manager.xml │ │ │ │ │ │ ├── xfce4-session.xml │ │ │ │ │ │ ├── xfce4-settings-manager.xml │ │ │ │ │ │ ├── xfwm4.xml │ │ │ │ │ │ └── xsettings.xml │ │ │ │ ├── .xinitrc │ │ │ │ ├── .xsession │ │ │ │ └── .xsessionrc │ │ │ └── xdg │ │ │ │ └── autostart │ │ │ │ └── minios-virtreschange.desktop │ │ └── usr │ │ │ ├── bin │ │ │ ├── minios-installer │ │ │ └── minios-virtreschange │ │ │ └── share │ │ │ ├── applications │ │ │ └── taskmanager.desktop │ │ │ ├── backgrounds │ │ │ ├── MiniOS-wallpaper-01.svg │ │ │ ├── MiniOS-wallpaper-02.svg │ │ │ ├── MiniOS-wallpaper-03.svg │ │ │ ├── MiniOS-wallpaper-04.svg │ │ │ ├── MiniOS-wallpaper-aqua.svg │ │ │ ├── MiniOS-wallpaper-black.svg │ │ │ ├── MiniOS-wallpaper-blue.svg │ │ │ ├── MiniOS-wallpaper-fire.svg │ │ │ ├── MiniOS-wallpaper-gray.svg │ │ │ ├── MiniOS-wallpaper-green.svg │ │ │ ├── MiniOS-wallpaper-lilo.svg │ │ │ ├── MiniOS-wallpaper-night.svg │ │ │ ├── MiniOS-wallpaper-nightmare.svg │ │ │ ├── MiniOS-wallpaper-red.svg │ │ │ ├── MiniOS-wallpaper-rose.svg │ │ │ ├── MiniOS-wallpaper-sandbox.svg │ │ │ ├── MiniOS-wallpaper-sea.svg │ │ │ ├── MiniOS-wallpaper-sunrize.svg │ │ │ ├── MiniOS-wallpaper-twilight.svg │ │ │ ├── MiniOS3-background-black.svg │ │ │ ├── MiniOS3-background-blue.svg │ │ │ ├── MiniOS3-background-fire.svg │ │ │ ├── MiniOS3-background-gray.svg │ │ │ ├── MiniOS3-background-jungle.svg │ │ │ ├── MiniOS3-background-night.svg │ │ │ ├── MiniOS3-background-rose.svg │ │ │ ├── MiniOS3-background-sea.svg │ │ │ ├── MiniOS3-background-sunrize.svg │ │ │ ├── MiniOS3-background-twilight.svg │ │ │ ├── MiniOS3-wallpaper-black.svg │ │ │ ├── MiniOS3-wallpaper-blue.svg │ │ │ ├── MiniOS3-wallpaper-gray.svg │ │ │ ├── MiniOS3-wallpaper-jungle.svg │ │ │ ├── MiniOS3-wallpaper-night.svg │ │ │ ├── MiniOS3-wallpaper-puzzle.svg │ │ │ ├── MiniOS3-wallpaper-puzzlehub.svg │ │ │ ├── MiniOS3-wallpaper-rose.svg │ │ │ ├── MiniOS3-wallpaper-sea.svg │ │ │ ├── MiniOS3-wallpaper-sunrize.svg │ │ │ ├── MiniOS3-wallpaper-twilight.svg │ │ │ ├── MiniOS4-background-black.svg │ │ │ ├── MiniOS4-background-fire.svg │ │ │ ├── MiniOS4-background-jungle.svg │ │ │ ├── MiniOS4-background-sea.svg │ │ │ ├── MiniOS4-background-sunset.svg │ │ │ ├── MiniOS4-wallpaper-Flux.svg │ │ │ ├── MiniOS4-wallpaper-Home.svg │ │ │ ├── MiniOS4-wallpaper-Minimum.svg │ │ │ ├── MiniOS4-wallpaper-Puzzle.svg │ │ │ ├── MiniOS4-wallpaper-Standard.svg │ │ │ ├── MiniOS4-wallpaper-Toolbox.svg │ │ │ ├── MiniOS4-wallpaper-Ultra.svg │ │ │ ├── MiniOS4-wallpaper-black.svg │ │ │ ├── MiniOS4-wallpaper-fire.svg │ │ │ ├── MiniOS4-wallpaper-jungle.svg │ │ │ ├── MiniOS4-wallpaper-sea.svg │ │ │ ├── MiniOS4-wallpaper-sunset.svg │ │ │ ├── MiniOS5-background-fire.jpg │ │ │ ├── MiniOS5-background-jungle.jpg │ │ │ ├── MiniOS5-background-sea.jpg │ │ │ ├── MiniOS5-background-twilight.jpg │ │ │ ├── MiniOS5-wallpaper-Flux.jpg │ │ │ ├── MiniOS5-wallpaper-Minimum.jpg │ │ │ ├── MiniOS5-wallpaper-Standard.jpg │ │ │ ├── MiniOS5-wallpaper-Toolbox.jpg │ │ │ ├── MiniOS5-wallpaper-Ultra.jpg │ │ │ ├── MiniOS5-wallpaper-fire.jpg │ │ │ ├── MiniOS5-wallpaper-jungle.jpg │ │ │ ├── MiniOS5-wallpaper-sea.jpg │ │ │ └── MiniOS5-wallpaper-twilight.jpg │ │ │ ├── mime │ │ │ └── packages │ │ │ │ └── x-sb.xml │ │ │ ├── minios │ │ │ └── background.png │ │ │ ├── pixmaps │ │ │ ├── MiniOS-black.svg │ │ │ ├── MiniOS-flat-black.svg │ │ │ ├── MiniOS-flat-white.svg │ │ │ └── MiniOS-white.svg │ │ │ └── slim │ │ │ └── themes │ │ │ └── minios │ │ │ ├── background.png │ │ │ ├── panel.png │ │ │ └── slim.theme │ └── rootcopy-postinstall │ │ ├── etc │ │ └── lightdm │ │ │ └── lightdm-gtk-greeter.conf │ │ └── usr │ │ └── share │ │ └── icons │ │ └── hicolor │ │ └── scalable │ │ └── apps │ │ ├── xfce4-battery-ac-adapter.svg │ │ ├── xfce4-battery-caution-charging.svg │ │ ├── xfce4-battery-caution-symbolic.svg │ │ ├── xfce4-battery-caution.svg │ │ ├── xfce4-battery-empty-charging.svg │ │ ├── xfce4-battery-empty.svg │ │ ├── xfce4-battery-full-charged.svg │ │ ├── xfce4-battery-full-charging.svg │ │ ├── xfce4-battery-full.svg │ │ ├── xfce4-battery-good-charging.svg │ │ ├── xfce4-battery-good.svg │ │ ├── xfce4-battery-low-charging.svg │ │ ├── xfce4-battery-low-symbolic.svg │ │ ├── xfce4-battery-low.svg │ │ └── xfce4-battery-missing.svg │ ├── 05-apps │ ├── install │ ├── packages.list │ ├── rootcopy-install │ │ └── usr │ │ │ ├── sbin │ │ │ └── clonezilla.sh │ │ │ └── share │ │ │ ├── applications │ │ │ └── clonezilla.desktop │ │ │ └── pixmaps │ │ │ └── ocslogo.png │ └── skip_conditions.conf │ ├── 05-flux-apps │ ├── install │ ├── package.list │ └── rootcopy-install │ │ ├── etc │ │ └── skel │ │ │ ├── .config │ │ │ ├── libfm │ │ │ │ └── libfm.conf │ │ │ └── pcmanfm │ │ │ │ └── default │ │ │ │ └── pcmanfm.conf │ │ │ └── .qalculate │ │ │ └── qalculate-gtk.cfg │ │ └── usr │ │ └── share │ │ └── icons │ │ ├── Adwaita │ │ ├── 16x16 │ │ │ └── places │ │ │ │ ├── folder-documents.png │ │ │ │ ├── folder-download.png │ │ │ │ ├── folder-music.png │ │ │ │ ├── folder-pictures.png │ │ │ │ ├── folder-publicshare.png │ │ │ │ ├── folder-remote.png │ │ │ │ ├── folder-saved-search.png │ │ │ │ ├── folder-templates.png │ │ │ │ ├── folder-videos.png │ │ │ │ ├── folder.png │ │ │ │ ├── user-bookmarks.png │ │ │ │ ├── user-desktop.png │ │ │ │ └── user-home.png │ │ ├── 22x22 │ │ │ └── places │ │ │ │ ├── folder-documents.png │ │ │ │ ├── folder-download.png │ │ │ │ ├── folder-music.png │ │ │ │ ├── folder-pictures.png │ │ │ │ ├── folder-publicshare.png │ │ │ │ ├── folder-remote.png │ │ │ │ ├── folder-saved-search.png │ │ │ │ ├── folder-templates.png │ │ │ │ ├── folder-videos.png │ │ │ │ ├── folder.png │ │ │ │ ├── user-bookmarks.png │ │ │ │ ├── user-desktop.png │ │ │ │ └── user-home.png │ │ ├── 24x24 │ │ │ └── places │ │ │ │ ├── folder-documents.png │ │ │ │ ├── folder-download.png │ │ │ │ ├── folder-music.png │ │ │ │ ├── folder-pictures.png │ │ │ │ ├── folder-publicshare.png │ │ │ │ ├── folder-remote.png │ │ │ │ ├── folder-saved-search.png │ │ │ │ ├── folder-templates.png │ │ │ │ ├── folder-videos.png │ │ │ │ ├── folder.png │ │ │ │ ├── user-bookmarks.png │ │ │ │ ├── user-desktop.png │ │ │ │ └── user-home.png │ │ ├── 32x32 │ │ │ └── places │ │ │ │ ├── folder-documents.png │ │ │ │ ├── folder-download.png │ │ │ │ ├── folder-music.png │ │ │ │ ├── folder-pictures.png │ │ │ │ ├── folder-publicshare.png │ │ │ │ ├── folder-remote.png │ │ │ │ ├── folder-saved-search.png │ │ │ │ ├── folder-templates.png │ │ │ │ ├── folder-videos.png │ │ │ │ ├── folder.png │ │ │ │ ├── user-bookmarks.png │ │ │ │ ├── user-desktop.png │ │ │ │ └── user-home.png │ │ └── 48x48 │ │ │ └── places │ │ │ ├── folder-documents.png │ │ │ ├── folder-download.png │ │ │ ├── folder-music.png │ │ │ ├── folder-pictures.png │ │ │ ├── folder-publicshare.png │ │ │ ├── folder-remote.png │ │ │ ├── folder-saved-search.png │ │ │ ├── folder-templates.png │ │ │ ├── folder-videos.png │ │ │ ├── folder.png │ │ │ ├── user-bookmarks.png │ │ │ ├── user-desktop.png │ │ │ └── user-home.png │ │ └── gnome │ │ ├── 16x16 │ │ └── places │ │ │ ├── folder-documents.png │ │ │ ├── folder-download.png │ │ │ ├── folder-music.png │ │ │ ├── folder-pictures.png │ │ │ ├── folder-publicshare.png │ │ │ ├── folder-remote.png │ │ │ ├── folder-saved-search.png │ │ │ ├── folder-templates.png │ │ │ ├── folder-videos.png │ │ │ ├── folder.png │ │ │ ├── user-bookmarks.png │ │ │ ├── user-desktop.png │ │ │ └── user-home.png │ │ ├── 22x22 │ │ └── places │ │ │ ├── folder-documents.png │ │ │ ├── folder-download.png │ │ │ ├── folder-music.png │ │ │ ├── folder-pictures.png │ │ │ ├── folder-publicshare.png │ │ │ ├── folder-remote.png │ │ │ ├── folder-saved-search.png │ │ │ ├── folder-templates.png │ │ │ ├── folder-videos.png │ │ │ ├── folder.png │ │ │ ├── user-bookmarks.png │ │ │ ├── user-desktop.png │ │ │ └── user-home.png │ │ ├── 24x24 │ │ └── places │ │ │ ├── folder-documents.png │ │ │ ├── folder-download.png │ │ │ ├── folder-music.png │ │ │ ├── folder-pictures.png │ │ │ ├── folder-publicshare.png │ │ │ ├── folder-remote.png │ │ │ ├── folder-saved-search.png │ │ │ ├── folder-templates.png │ │ │ ├── folder-videos.png │ │ │ ├── folder.png │ │ │ ├── user-bookmarks.png │ │ │ ├── user-desktop.png │ │ │ └── user-home.png │ │ ├── 32x32 │ │ └── places │ │ │ ├── folder-documents.png │ │ │ ├── folder-download.png │ │ │ ├── folder-music.png │ │ │ ├── folder-pictures.png │ │ │ ├── folder-publicshare.png │ │ │ ├── folder-remote.png │ │ │ ├── folder-saved-search.png │ │ │ ├── folder-templates.png │ │ │ ├── folder-videos.png │ │ │ ├── folder.png │ │ │ ├── user-bookmarks.png │ │ │ ├── user-desktop.png │ │ │ └── user-home.png │ │ └── 48x48 │ │ └── places │ │ ├── folder-documents.png │ │ ├── folder-download.png │ │ ├── folder-music.png │ │ ├── folder-pictures.png │ │ ├── folder-publicshare.png │ │ ├── folder-remote.png │ │ ├── folder-saved-search.png │ │ ├── folder-templates.png │ │ ├── folder-videos.png │ │ ├── folder.png │ │ ├── user-bookmarks.png │ │ ├── user-desktop.png │ │ └── user-home.png │ ├── 05-lxqt-apps │ ├── install │ ├── minimum-l10n.list │ ├── minimum.list │ ├── rootcopy-install │ │ └── etc │ │ │ └── skel │ │ │ └── .config │ │ │ ├── lxqt │ │ │ └── panel.conf │ │ │ ├── pcmanfm-qt │ │ │ └── lxqt │ │ │ │ └── settings.conf │ │ │ └── xarchiver │ │ │ └── xarchiverrc │ ├── standard-l10n.list │ └── standard.list │ ├── 10-example │ ├── README.md │ ├── build_ │ ├── install │ ├── packages.list │ ├── postinstall │ └── skip_conditions.conf │ └── 10-firefox │ ├── install │ └── packages.list ├── minios-cmd ├── minios-live ├── po ├── de.po ├── es.po ├── fr.po ├── id.po ├── it.po ├── messages.pot ├── pt.po ├── pt_BR.po └── ru.po ├── tools ├── aufs6.1.124-mmap.patch ├── bootlogo.update ├── build-linux-images ├── build-package.sh ├── depends-creator ├── isolinux.bin.update └── unmount-dirs.sh └── update_translations.sh /debian/changelog: -------------------------------------------------------------------------------- 1 | minios-live (4.0.0-1) unstable; urgency=medium 2 | 3 | * Initial release 4 | 5 | -- crims0n Mon, 18 Mar 2024 00:02:53 +0300 6 | -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 11 2 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ 5 | 6 | override_dh_strip: -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /images/minios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/images/minios.png -------------------------------------------------------------------------------- /linux-live/aptsources/kali-rolling.list: -------------------------------------------------------------------------------- 1 | deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware 2 | #deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware 3 | -------------------------------------------------------------------------------- /linux-live/aptsources/sid.list: -------------------------------------------------------------------------------- 1 | deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware 2 | #deb-src http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware 3 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/EFI/boot/bootia32.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/EFI/boot/bootia32.efi -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/EFI/boot/bootx64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/EFI/boot/bootx64.efi -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/EFI/boot/grubia32.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/EFI/boot/grubia32.efi -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/EFI/boot/grubx64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/EFI/boot/grubx64.efi -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/EFI/debian/grub.cfg: -------------------------------------------------------------------------------- 1 | search --file --set=root /.disk/info 2 | set prefix=($root)/minios/boot/grub 3 | source $prefix/x86_64-efi/grub.cfg 4 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/bootlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/bootlogo.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/extlinux.x32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/extlinux.x32 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/extlinux.x64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/extlinux.x64 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/dejavu-bold-14.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/dejavu-bold-14.pf2 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/dejavu-bold-16.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/dejavu-bold-16.pf2 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/efi32.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/efi32.img -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/efi64.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/efi64.img -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/acpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/acpi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/adler32.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/adler32.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/afsplitter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/afsplitter.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ahci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ahci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/all_video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/all_video.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/aout.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/aout.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/appleldr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/appleldr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/archelp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/archelp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/at_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/at_keyboard.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ata.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/backtrace.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/backtrace.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/bfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/bfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/bitmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/bitmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/bitmap_scale.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/bitmap_scale.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/blocklist.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/blocklist.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/boot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/boot.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/bsd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/bswap_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/bswap_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/btrfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/btrfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/bufio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/bufio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cat.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cbfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cbfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cbls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cbls.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cbmemc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cbmemc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cbtable.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cbtable.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cbtime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cbtime.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/chain.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/chain.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cmp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cmp_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cpio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cpio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cpio_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cpio_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cpuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cpuid.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/crc64.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/crc64.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/crypto.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/crypto.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cryptodisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cryptodisk.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/cs5536.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/cs5536.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ctz_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ctz_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/date.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/date.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/datehook.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/datehook.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/datetime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/datetime.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/disk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/disk.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/diskfilter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/diskfilter.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/div.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/div.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/div_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/div_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/dm_nv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/dm_nv.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/echo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/echo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/efi_gop.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/efi_gop.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/efi_uga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/efi_uga.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/efifwsetup.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/efifwsetup.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/efinet.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/efinet.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ehci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ehci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/elf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/elf.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/eval.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/eval.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/exfat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/exfat.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/exfctest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/exfctest.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ext2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ext2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/extcmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/extcmd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/f2fs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/f2fs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/fat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/fat.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/fdt.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/fdt.lst -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/file.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/file.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/fixvideo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/fixvideo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/font.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/font.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_arcfour.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_arcfour.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_blowfish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_blowfish.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_camellia.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_camellia.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_cast5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_cast5.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_crc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_crc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_des.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_des.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_dsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_dsa.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_idea.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_idea.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_md4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_md4.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_md5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_md5.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_rfc2268.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_rfc2268.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_rijndael.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_rijndael.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_rmd160.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_rmd160.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_rsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_rsa.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_seed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_seed.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_serpent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_serpent.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_sha1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_sha1.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_sha256.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_sha256.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_sha512.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_sha512.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_tiger.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_tiger.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_twofish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_twofish.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gcry_whirlpool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gcry_whirlpool.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gdb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gdb.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/geli.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/geli.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gettext.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gettext.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gfxmenu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gfxmenu.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gfxterm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gfxterm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gfxterm_menu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gfxterm_menu.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gptsync.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gptsync.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/gzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/gzio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/halt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/halt.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/hashsum.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/hashsum.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/hdparm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/hdparm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/help.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/help.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/hexdump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/hexdump.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/hfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/hfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/hfsplus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/hfsplus.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/hfspluscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/hfspluscomp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/http.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/http.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/iorw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/iorw.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/jfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/jfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/jpeg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/jpeg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/json.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/json.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/keylayouts.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/keylayouts.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/keystatus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/keystatus.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ldm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ldm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/legacycfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/legacycfg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/linux.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/linux.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/linux16.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/linux16.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/linuxefi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/linuxefi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/loadbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/loadbios.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/loadenv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/loadenv.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/loopback.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/loopback.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ls.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lsacpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lsacpi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lsefi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lsefi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lsefimmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lsefimmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lsefisystab.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lsefisystab.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lsmmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lsmmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lspci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lspci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lssal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lssal.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/luks.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/luks.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/luks2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/luks2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lvm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lvm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/lzopio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/lzopio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/macbless.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/macbless.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/macho.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/macho.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/mdraid09.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/mdraid09.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/mdraid09_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/mdraid09_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/mdraid1x.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/mdraid1x.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/memrw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/memrw.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/minicmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/minicmd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/minix2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/minix2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/minix2_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/minix2_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/minix3.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/minix3.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/minix3_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/minix3_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/minix_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/minix_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/mmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/mmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/morse.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/morse.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/mpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/mpi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/msdospart.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/msdospart.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/mul_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/mul_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/multiboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/multiboot.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/multiboot2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/multiboot2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/nativedisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/nativedisk.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/net.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/net.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/newc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/newc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/normal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/normal.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ntfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ntfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ntfscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ntfscomp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/odc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/odc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/offsetio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/offsetio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ohci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ohci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_acorn.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_acorn.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_amiga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_amiga.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_apple.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_apple.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_bsd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_dfly.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_dfly.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_dvh.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_dvh.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_gpt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_gpt.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_msdos.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_msdos.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_plan.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_plan.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_sun.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_sun.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/part_sunpc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/part_sunpc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/parttool.lst: -------------------------------------------------------------------------------- 1 | msdos: msdospart 2 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/parttool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/parttool.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/password.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/password.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/pata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/pata.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/pbkdf2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/pbkdf2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/pbkdf2_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/pbkdf2_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/pcidump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/pcidump.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/pgp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/pgp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/play.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/play.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/png.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/png.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/priority_queue.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/priority_queue.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/probe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/probe.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/procfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/procfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/progress.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/progress.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/raid5rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/raid5rec.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/raid6rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/raid6rec.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/random.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/random.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/rdmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/rdmsr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/read.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/read.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/reboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/reboot.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/regexp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/regexp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/reiserfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/reiserfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/relocator.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/relocator.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/romfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/romfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/scsi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/scsi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/serial.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/serial.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/setjmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/setjmp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/setjmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/setjmp_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/setpci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/setpci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/shift_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/shift_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/signature_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/signature_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/sleep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/sleep.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/sleep_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/sleep_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/smbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/smbios.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/spkmodem.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/spkmodem.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/squash4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/squash4.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/strtoull_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/strtoull_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/syslinuxcfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/syslinuxcfg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/terminal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/terminal.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/terminfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/terminfo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/test_blockarg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/test_blockarg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/testload.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/testload.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/testspeed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/testspeed.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/tftp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/tftp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/tga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/tga.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/time.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/time.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/tpm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/tpm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/tr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/tr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/trig.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/trig.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/true.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/true.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/udf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/udf.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ufs1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ufs1.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ufs1_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ufs1_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/ufs2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/ufs2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/uhci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/uhci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/usb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/usb.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/usb_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/usb_keyboard.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/usbms.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/usbms.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/usbserial_ftdi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/usbserial_ftdi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/usbtest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/usbtest.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/video.lst: -------------------------------------------------------------------------------- 1 | efi_gop 2 | efi_uga 3 | video_bochs 4 | video_cirrus 5 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/video.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/video_bochs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/video_bochs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/video_cirrus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/video_cirrus.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/video_colors.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/video_colors.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/video_fb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/video_fb.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/videoinfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/videoinfo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/videotest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/videotest.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/wrmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/wrmsr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/xfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/xfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/xnu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/xnu.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/xnu_uuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/xnu_uuid.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/xnu_uuid_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/xnu_uuid_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/xzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/xzio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/zfscrypt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/zfscrypt.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/i386-efi/zstd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/i386-efi/zstd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/icons/add.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/icons/live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/icons/live.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/icons/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/icons/new.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/icons/ram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/icons/ram.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/select_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/select_c.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/select_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/select_e.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/minios-theme/select_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/minios-theme/select_w.png -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/roboto-bold-20.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/roboto-bold-20.pf2 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/roboto-regular-20.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/roboto-regular-20.pf2 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/unicode.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/unicode.pf2 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/acpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/acpi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/adler32.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/adler32.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/afsplitter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/afsplitter.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ahci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ahci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/all_video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/all_video.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/aout.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/aout.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/appleldr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/appleldr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/archelp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/archelp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/at_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/at_keyboard.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ata.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/backtrace.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/backtrace.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/bfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/bfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/bitmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/bitmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/bitmap_scale.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/bitmap_scale.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/blocklist.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/blocklist.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/boot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/boot.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/bsd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/bswap_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/bswap_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/btrfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/btrfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/bufio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/bufio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cat.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cbfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cbfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cbls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cbls.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cbmemc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cbmemc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cbtable.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cbtable.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cbtime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cbtime.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/chain.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/chain.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cmp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cmp_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cpio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cpio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cpio_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cpio_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cpuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cpuid.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/crc64.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/crc64.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/crypto.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/crypto.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cryptodisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cryptodisk.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/cs5536.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/cs5536.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ctz_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ctz_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/date.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/date.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/datehook.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/datehook.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/datetime.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/datetime.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/disk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/disk.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/diskfilter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/diskfilter.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/div.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/div.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/div_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/div_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/dm_nv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/dm_nv.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/echo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/echo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/efi_gop.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/efi_gop.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/efi_uga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/efi_uga.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/efifwsetup.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/efifwsetup.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/efinet.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/efinet.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ehci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ehci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/elf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/elf.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/eval.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/eval.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/exfat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/exfat.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/exfctest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/exfctest.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ext2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ext2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/extcmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/extcmd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/f2fs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/f2fs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/fat.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/fat.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/fdt.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/fdt.lst -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/file.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/file.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/fixvideo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/fixvideo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/font.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/font.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_arcfour.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_arcfour.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_cast5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_cast5.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_crc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_crc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_des.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_des.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_dsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_dsa.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_idea.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_idea.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_md4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_md4.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_md5.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_md5.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_rfc2268.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_rfc2268.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_rmd160.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_rmd160.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_rsa.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_rsa.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_seed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_seed.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_serpent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_serpent.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_sha1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_sha1.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_sha256.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_sha256.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_sha512.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_sha512.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_tiger.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_tiger.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gcry_twofish.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gcry_twofish.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/geli.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/geli.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gettext.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gettext.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gfxmenu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gfxmenu.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gfxterm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gfxterm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gfxterm_menu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gfxterm_menu.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gptsync.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gptsync.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/gzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/gzio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/halt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/halt.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/hashsum.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/hashsum.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/hdparm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/hdparm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/help.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/help.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/hexdump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/hexdump.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/hfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/hfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/hfsplus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/hfsplus.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/hfspluscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/hfspluscomp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/http.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/http.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/iorw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/iorw.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/jfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/jfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/jpeg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/jpeg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/json.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/json.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/keylayouts.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/keylayouts.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/keystatus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/keystatus.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ldm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ldm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/legacycfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/legacycfg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/linux.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/linux.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/linux16.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/linux16.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/linuxefi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/linuxefi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/loadbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/loadbios.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/loadenv.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/loadenv.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/loopback.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/loopback.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ls.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ls.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lsacpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lsacpi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lsefi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lsefi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lsefimmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lsefimmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lsefisystab.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lsefisystab.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lsmmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lsmmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lspci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lspci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lssal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lssal.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/luks.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/luks.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/luks2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/luks2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lvm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lvm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/lzopio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/lzopio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/macbless.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/macbless.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/macho.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/macho.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/mdraid09.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/mdraid09.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/mdraid09_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/mdraid09_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/mdraid1x.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/mdraid1x.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/memrw.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/memrw.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/minicmd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/minicmd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/minix2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/minix2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/minix2_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/minix2_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/minix3.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/minix3.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/minix3_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/minix3_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/minix_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/minix_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/mmap.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/mmap.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/morse.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/morse.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/mpi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/mpi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/msdospart.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/msdospart.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/mul_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/mul_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/multiboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/multiboot.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/multiboot2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/multiboot2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/nativedisk.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/nativedisk.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/net.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/net.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/newc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/newc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/normal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/normal.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ntfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ntfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ntfscomp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ntfscomp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/odc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/odc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/offsetio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/offsetio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ohci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ohci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_acorn.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_acorn.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_amiga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_amiga.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_apple.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_apple.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_bsd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_bsd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_dfly.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_dfly.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_dvh.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_dvh.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_gpt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_gpt.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_msdos.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_msdos.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_plan.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_plan.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_sun.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_sun.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/part_sunpc.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/part_sunpc.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/parttool.lst: -------------------------------------------------------------------------------- 1 | msdos: msdospart 2 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/parttool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/parttool.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/password.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/password.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/pata.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/pata.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/pbkdf2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/pbkdf2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/pbkdf2_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/pbkdf2_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/pcidump.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/pcidump.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/pgp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/pgp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/play.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/play.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/png.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/png.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/probe.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/probe.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/procfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/procfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/progress.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/progress.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/raid5rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/raid5rec.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/raid6rec.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/raid6rec.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/random.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/random.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/rdmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/rdmsr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/read.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/read.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/reboot.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/reboot.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/regexp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/regexp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/reiserfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/reiserfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/relocator.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/relocator.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/romfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/romfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/scsi.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/scsi.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/serial.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/serial.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/setjmp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/setjmp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/setjmp_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/setjmp_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/setpci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/setpci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/shift_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/shift_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/sleep.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/sleep.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/sleep_test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/sleep_test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/smbios.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/smbios.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/spkmodem.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/spkmodem.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/squash4.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/squash4.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/syslinuxcfg.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/syslinuxcfg.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/terminal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/terminal.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/terminfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/terminfo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/test.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/test.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/testload.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/testload.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/testspeed.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/testspeed.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/tftp.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/tftp.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/tga.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/tga.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/time.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/time.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/tpm.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/tpm.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/tr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/tr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/trig.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/trig.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/true.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/true.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/udf.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/udf.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ufs1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ufs1.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ufs1_be.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ufs1_be.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/ufs2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/ufs2.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/uhci.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/uhci.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/usb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/usb.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/usb_keyboard.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/usb_keyboard.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/usbms.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/usbms.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/usbtest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/usbtest.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/video.lst: -------------------------------------------------------------------------------- 1 | efi_gop 2 | efi_uga 3 | video_bochs 4 | video_cirrus 5 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/video.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/video.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/video_bochs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/video_bochs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/video_cirrus.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/video_cirrus.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/video_colors.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/video_colors.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/video_fb.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/video_fb.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/videoinfo.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/videoinfo.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/videotest.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/videotest.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/wrmsr.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/wrmsr.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/xfs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/xfs.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/xnu.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/xnu.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/xnu_uuid.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/xnu_uuid.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/xzio.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/xzio.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/zfscrypt.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/zfscrypt.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/grub/x86_64-efi/zstd.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/grub/x86_64-efi/zstd.mod -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/isohdpfx.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/isohdpfx.bin -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/isolinux.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/isolinux.bin -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/ldlinux.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/ldlinux.c32 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/libcom32.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/libcom32.c32 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/libutil.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/libutil.c32 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/mbr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/mbr.bin -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/pxelinux.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/pxelinux.0 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/runadmin.vbs: -------------------------------------------------------------------------------- 1 | Set UAC = CreateObject("Shell.Application") 2 | Set args = WScript.Arguments 3 | UAC.ShellExecute args.Item(0), "", "", "runas", 1 4 | -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/syslinux.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/syslinux.com -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/syslinux.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/syslinux.exe -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/vesamenu.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/vesamenu.c32 -------------------------------------------------------------------------------- /linux-live/bootfiles/boot/zblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/bootfiles/boot/zblack.png -------------------------------------------------------------------------------- /linux-live/environments/core/01-kernel: -------------------------------------------------------------------------------- 1 | ../../scripts/01-kernel -------------------------------------------------------------------------------- /linux-live/environments/flux/01-kernel: -------------------------------------------------------------------------------- 1 | ../../scripts/01-kernel -------------------------------------------------------------------------------- /linux-live/environments/flux/02-firmware: -------------------------------------------------------------------------------- 1 | ../../scripts/02-firmware -------------------------------------------------------------------------------- /linux-live/environments/flux/03-gui-base: -------------------------------------------------------------------------------- 1 | ../../scripts/03-gui-base/ -------------------------------------------------------------------------------- /linux-live/environments/flux/04-flux-desktop: -------------------------------------------------------------------------------- 1 | ../../scripts/04-flux-desktop -------------------------------------------------------------------------------- /linux-live/environments/flux/05-flux-apps: -------------------------------------------------------------------------------- 1 | ../../scripts/05-flux-apps -------------------------------------------------------------------------------- /linux-live/environments/flux/06-firefox: -------------------------------------------------------------------------------- 1 | ../../scripts/10-firefox -------------------------------------------------------------------------------- /linux-live/environments/lxqt/01-kernel: -------------------------------------------------------------------------------- 1 | ../../scripts/01-kernel -------------------------------------------------------------------------------- /linux-live/environments/lxqt/02-firmware: -------------------------------------------------------------------------------- 1 | ../../scripts/02-firmware -------------------------------------------------------------------------------- /linux-live/environments/lxqt/03-gui-base: -------------------------------------------------------------------------------- 1 | ../../scripts/03-gui-base/ -------------------------------------------------------------------------------- /linux-live/environments/lxqt/04-lxqt-desktop: -------------------------------------------------------------------------------- 1 | ../../scripts/04-lxqt-desktop -------------------------------------------------------------------------------- /linux-live/environments/lxqt/05-lxqt-apps: -------------------------------------------------------------------------------- 1 | ../../scripts/05-lxqt-apps/ -------------------------------------------------------------------------------- /linux-live/environments/lxqt/06-firefox: -------------------------------------------------------------------------------- 1 | ../../scripts/10-firefox -------------------------------------------------------------------------------- /linux-live/environments/xfce/01-kernel: -------------------------------------------------------------------------------- 1 | ../../scripts/01-kernel -------------------------------------------------------------------------------- /linux-live/environments/xfce/02-firmware: -------------------------------------------------------------------------------- 1 | ../../scripts/02-firmware -------------------------------------------------------------------------------- /linux-live/environments/xfce/03-gui-base: -------------------------------------------------------------------------------- 1 | ../../scripts/03-gui-base -------------------------------------------------------------------------------- /linux-live/environments/xfce/04-xfce-desktop: -------------------------------------------------------------------------------- 1 | ../../scripts/04-xfce-desktop -------------------------------------------------------------------------------- /linux-live/environments/xfce/05-apps: -------------------------------------------------------------------------------- 1 | ../../scripts/05-apps -------------------------------------------------------------------------------- /linux-live/environments/xfce/06-firefox: -------------------------------------------------------------------------------- 1 | ../../scripts/10-firefox -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/@mount.dynfilefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/@mount.dynfilefs -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/@mount.httpfs2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/@mount.httpfs2 -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/@mount.ntfs-3g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/@mount.ntfs-3g -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/bash-static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/bash-static -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/blkid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/blkid -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/busybox -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/e2fsck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/e2fsck -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/eject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/eject -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/fsck.exfat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/fsck.exfat -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/jq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/jq -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/lsblk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/lsblk -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/mc -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/mke2fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/mke2fs -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/ncurses-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/ncurses-menu -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/parted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/parted -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/partprobe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/partprobe -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/qemu-img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/qemu-img -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/qemu-nbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/qemu-nbd -------------------------------------------------------------------------------- /linux-live/initramfs/livekit-mos/bin/resize2fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/initramfs/livekit-mos/bin/resize2fs -------------------------------------------------------------------------------- /linux-live/scripts/00-core/rootcopy-postinstall/etc/adjtime: -------------------------------------------------------------------------------- 1 | 0.0 0 0.0 2 | 0 3 | LOCAL 4 | -------------------------------------------------------------------------------- /linux-live/scripts/00-core/rootcopy-postinstall/etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/Etc/UTC -------------------------------------------------------------------------------- /linux-live/scripts/00-core/rootcopy-postinstall/etc/motd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /linux-live/scripts/00-core/rootcopy-postinstall/etc/ssh/sshd_config.d/minios.conf: -------------------------------------------------------------------------------- 1 | PermitRootLogin yes 2 | PasswordAuthentication yes -------------------------------------------------------------------------------- /linux-live/scripts/00-minios/packages.list: -------------------------------------------------------------------------------- 1 | minios-boot 2 | minios-tools 3 | minios-welcome -pv=cloud 4 | minios-installer 5 | libminioslive -------------------------------------------------------------------------------- /linux-live/scripts/01-kernel/is_dkms_build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minios-linux/minios-live/d05d67ffd54d7dd49cae239f25523a9fab2a959c/linux-live/scripts/01-kernel/is_dkms_build -------------------------------------------------------------------------------- /linux-live/scripts/01-kernel/skip_conditions.conf: -------------------------------------------------------------------------------- 1 | KERNEL_TYPE=none -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-install/etc/skel/.blackbox-menu: -------------------------------------------------------------------------------- 1 | [begin] ( Menu ) 2 | [exec] (Terminal) { xterm -ls -title Terminal } 3 | [exit] (Exit) 4 | [end] 5 | -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-install/etc/skel/.xinitrc: -------------------------------------------------------------------------------- 1 | xrdb -merge .Xresources 2 | blackbox -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-install/usr/share/fonts/opentype/inter/.uuid: -------------------------------------------------------------------------------- 1 | 7842da17-c59a-4459-b259-36cae6d1f6ee -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-install/usr/share/fonts/truetype/jetbrains-mono/.uuid: -------------------------------------------------------------------------------- 1 | 92dcb05d-4788-4255-8332-2c7f0c9ae21a -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-postinstall/etc/xrdp/startminios.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | export XDG_CURRENT_DESKTOP=XFCE 3 | exec /etc/xrdp/startwm.sh 4 | -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-postinstall/usr/share/libinput/30-vendor-oracle.quirks: -------------------------------------------------------------------------------- 1 | [VirtualBox mouse integration] 2 | MatchName=*VirtualBox mouse integration* 3 | ModelBouncingKeys=1 4 | -------------------------------------------------------------------------------- /linux-live/scripts/03-gui-base/rootcopy-postinstall/usr/share/libinput/30-vendor-qemu.quirks: -------------------------------------------------------------------------------- 1 | [QEMU/KVM mouse integration] 2 | MatchName=*spice vdagent tablet* 3 | ModelBouncingKeys=1 4 | -------------------------------------------------------------------------------- /linux-live/scripts/04-flux-desktop/rootcopy-install/etc/skel/.fluxbox/kblayout: -------------------------------------------------------------------------------- 1 | en 2 | -------------------------------------------------------------------------------- /linux-live/scripts/04-flux-desktop/rootcopy-install/etc/skel/.fluxbox/lastwallpaper: -------------------------------------------------------------------------------- 1 | fbsetroot|-foreground #7790aa -solid #7790aa|style|:0.0 2 | -------------------------------------------------------------------------------- /linux-live/scripts/04-flux-desktop/rootcopy-install/etc/skel/.fluxbox/overlay: -------------------------------------------------------------------------------- 1 | ! The following line will prevent styles from setting the background. 2 | ! background: none 3 | -------------------------------------------------------------------------------- /linux-live/scripts/04-flux-desktop/rootcopy-install/etc/skel/.gtkrc-2.0: -------------------------------------------------------------------------------- 1 | include "/usr/share/themes/MurrinaCandido/gtk-2.0/gtkrc" 2 | -------------------------------------------------------------------------------- /linux-live/scripts/04-flux-desktop/rootcopy-install/etc/skel/.xinitrc: -------------------------------------------------------------------------------- 1 | startfluxbox 2 | -------------------------------------------------------------------------------- /linux-live/scripts/04-flux-desktop/rootcopy-install/etc/xlunch/entries.dsv: -------------------------------------------------------------------------------- 1 | Terminal;/usr/share/icons/hicolor/128x128/apps/terminal.png;xterm -title Terminal 2 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.config/lxqt/lxqt-config-appearance.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | ControlGTKThemeEnabled=false 3 | __userfile__=true 4 | size=@Size(618 446) 5 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.config/lxqt/lxqt-config.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | size=@Size(696 404) 3 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.config/lxqt/lxqt-runner.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | __userfile__=true 3 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.config/lxqt/notifications.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | __userfile__=true 3 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.config/lxqt/power.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | __userfile__=true 3 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.config/lxqt/windowmanagers.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | __userfile__=true 3 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.gtkrc-2.0: -------------------------------------------------------------------------------- 1 | include "/usr/share/themes/MurrinaCandido/gtk-2.0/gtkrc" 2 | -------------------------------------------------------------------------------- /linux-live/scripts/04-lxqt-desktop/rootcopy-install/etc/skel/.xsession: -------------------------------------------------------------------------------- 1 | startlxqt -------------------------------------------------------------------------------- /linux-live/scripts/04-xfce-desktop/rootcopy-install/etc/skel/.config/autostart/xfce4-clipman-plugin-autostart.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Hidden=false 3 | 4 | -------------------------------------------------------------------------------- /linux-live/scripts/04-xfce-desktop/rootcopy-install/etc/skel/.xsession: -------------------------------------------------------------------------------- 1 | xfce4-session -------------------------------------------------------------------------------- /linux-live/scripts/04-xfce-desktop/rootcopy-install/etc/skel/.xsessionrc: -------------------------------------------------------------------------------- 1 | export XDG_CURRENT_DESKTOP=XFCE -------------------------------------------------------------------------------- /linux-live/scripts/04-xfce-desktop/rootcopy-install/usr/share/slim/themes/minios/background.png: -------------------------------------------------------------------------------- 1 | ../../../minios/background.png -------------------------------------------------------------------------------- /linux-live/scripts/05-apps/skip_conditions.conf: -------------------------------------------------------------------------------- 1 | PACKAGE_VARIANT=minimum 2 | PACKAGE_VARIANT=standard -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/package.list: -------------------------------------------------------------------------------- 1 | mousepad 2 | pcmanfm 3 | galculator 4 | lxtask 5 | xarchiver 6 | xdg-utils 7 | libgconf-2-4 8 | connman-gtk -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/16x16/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/22x22/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/24x24/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/32x32/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/Adwaita/48x48/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/16x16/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/22x22/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/24x24/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/32x32/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-documents.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-download.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-music.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-pictures.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-publicshare.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-remote.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-saved-search.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-templates.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/folder-videos.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/user-bookmarks.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/user-desktop.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-flux-apps/rootcopy-install/usr/share/icons/gnome/48x48/places/user-home.png: -------------------------------------------------------------------------------- 1 | folder.png -------------------------------------------------------------------------------- /linux-live/scripts/05-lxqt-apps/minimum-l10n.list: -------------------------------------------------------------------------------- 1 | featherpad-l10n 2 | lxqt-admin-l10n 3 | lxqt-archiver-l10n 4 | lxqt-openssh-askpass-l10n 5 | lxqt-powermanagement-l10n 6 | qterminal-l10n -------------------------------------------------------------------------------- /linux-live/scripts/05-lxqt-apps/minimum.list: -------------------------------------------------------------------------------- 1 | lxqt-archiver 2 | lxqt-admin 3 | lxqt-powermanagement 4 | lxqt-openssh-askpass 5 | lximage-qt 6 | featherpad 7 | qlipper 8 | qps 9 | udisks2 10 | gvfs-backends -------------------------------------------------------------------------------- /linux-live/scripts/05-lxqt-apps/standard-l10n.list: -------------------------------------------------------------------------------- 1 | featherpad-l10n 2 | lximage-qt-l10n 3 | lxqt-archiver-l10n 4 | qterminal-l10n 5 | vlc-l10n 6 | obconf-qt-l10n 7 | nm-tray-l10n -------------------------------------------------------------------------------- /linux-live/scripts/05-lxqt-apps/standard.list: -------------------------------------------------------------------------------- 1 | lxqt-archiver 2 | qterminal 3 | lximage-qt 4 | featherpad 5 | qlipper 6 | qps 7 | screengrab 8 | vlc 9 | obconf-qt 10 | nm-tray 11 | scrot -------------------------------------------------------------------------------- /linux-live/scripts/10-example/skip_conditions.conf: -------------------------------------------------------------------------------- 1 | PACKAGE_VARIANT=minimum 2 | PACKAGE_VARIANT=standard 3 | DISTRIBUTION_ARCH=i386 --------------------------------------------------------------------------------