summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-04mint 20.12021.04Iru Cai
2021-04-04ubuntu 18.04 20.04Iru Cai
2021-04-04arch 2021.04.01Iru Cai
2021-03-31Merge branch 'metaiso'Iru Cai
2021-03-31README: explain partitioningIru Cai
2021-03-31document testusb.shIru Cai
2021-03-31README.md: remove metaiso from experimental featuresIru Cai
2021-03-30arch: update meta file to use the new scriptIru Cai
2021-03-30unset INITRD before output GRUB and syslinux entryIru Cai
Because now the bootloader config generation script is sourced instead of executed, global INITRD variable will be reset more than once, and setting it as a string will only set the first element of the INITRD array. So we need to unset it first.
2021-03-30openSUSE meta fileIru Cai
2021-03-30distro: add ubuntu meta fileIru Cai
2021-03-30initial meta distro supportIru Cai
Now we support using an iso file directly other than first downloading it, this is very useful for iso files that update frequently (like openSUSE) or custom iso files.
2021-03-29testusb.sh: support UEFIIru Cai
2021-03-29README.md: add libarchive dependencyIru Cai
2021-03-29add testusb.shIru Cai
2021-03-29distro/arch: use iso_extractIru Cai
2021-03-29add iso_extract function based on bsdtarIru Cai
2021-02-11update README.mdIru Cai
2021-02-11arch 2021.02.01Iru Cai
2021-02-11drop gloriousarchIru Cai
2020-11-02debian 10.6.0 and 32 bit versionsIru Cai
2020-11-02add ubuntu 20.04Yuxin Wu
2020-10-08MX 19.2Iru Cai
2020-10-08deepin 20Iru Cai
Also we use root= and fromiso= cmdline so it'll not search partitions of internal disks for iso, which may be broken.
2020-10-08distro/arch: use img_dev and img_loop cmdlineIru Cai
2020-10-02arch 2020.10.1Iru Cai
The name initramfs file also changed.
2020-08-01update arch to 2020.08.01Iru Cai
This archiso has changed the names of vmlinuz and CPU ucode, so need to update the entry file.
2020-07-01add get_iso_label function which is useful for some iso filesIru Cai
2020-07-01replace "$ISOPATH/$ISOFILE" with "${ISO_FILEPATH}" in install_liveIru Cai
This is for metaiso install script in the future.
2020-06-30skip the ROOTPATH umount if BOOTPATH is the same as ROOTPATHIru Cai
2020-06-29README: some clarification, add Ventoy as related projectIru Cai
2020-06-29README: update and add VM install methodIru Cai
2020-06-29update distro isoIru Cai
- Debian 10.4 - SystemRescueCd 6.1.5, also add iomem=relaxed cmdline - Arch 2020.06.01 - Fedora 32 - CentOS 7.8.2003, 8.2.2004 - Grml 2020.06 - Linux Mint 20: also drop 64/ because we only maintain 64bit - Hyperbola mirrors
2020-04-02update arch, hyperbola kaliIru Cai
2020-04-02fix MX Linux entry, update systemrescuecd, xubuntuIru Cai
2020-03-21update debian, mint, pureosIru Cai
2020-03-12update arch,mxIru Cai
2020-02-06update arch,centos,kali,mintIru Cai
2019-12-03Update archlinuxYuxin Wu
2019-11-06update distributions2019.11Iru Cai
Arch 2019.11 Kali 2019.3 CentOS 8 Fedora 31 (and fix Fedora 30) Hyperbola v0.3 Mint 19.2 PureOS 9.0 SystemRescueCd 6.0.3
2019-08-18ubuntu 18.04.3Iru Cai
2019-08-18arch 2019.08Iru Cai
2019-08-18add deepinIru Cai
2019-06-05update distrosIru Cai
- MX 18.3 - arch 2019.06.01 - ubuntu 16.04.6 - kali 2019.2
2019-05-04distro: fedora 30, arch 2019.05.02Iru Cai
2019-04-09MX Linux 18.2Iru Cai
2019-04-06add an option to clean the live USBIru Cai
2019-04-06distro: add MX LinuxIru Cai
2019-04-05update antixIru Cai
2019-04-05try_mount(): just udevil mount, do not use mktempIru Cai