summaryrefslogtreecommitdiff
path: root/functions.sh
AgeCommit message (Collapse)Author
2022-05-24support udisks2 mount tool, fall back to system mount/unmountIru 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-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-29add iso_extract function based on bsdtarIru Cai
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.
2019-02-03add timeout for boot menuIru Cai
2018-12-28a common hashfile verify functionIru Cai
2018-12-06return 1 when verify failsIru Cai
2018-11-03Use `if wget ...` in case of wget errorsIru Cai
2018-11-03Let udevil define ISOMNT instead of hard-coding.Jaakko Perttilä
/etc/udevil/udevil.conf defines "allowed_media_dirs" that may not include /media. This should figure out which loop device got used and where it was mounted.
2018-10-22source distroinfo before process_distroIru Cai
2018-09-22drop MD5, add custom verifyIru Cai
2018-06-26Use syslinux as legacy BIOS bootloaderIru Cai
- Install syslinux by default, fallback to GRUB - Generate syslinux.cfg
2018-06-03license headerIru Cai
2018-03-10config file $HOME/.liveusb-builder, move isofiles to $ISOPATHIru Cai
and set default $ISOPATH location to $HOME/isofiles
2017-06-01work around an lsblk issue in getdiskbypartIru Cai
2017-06-01Print out the command at as-rootIru Cai
2016-09-20submenu for ISOs that have multiple entriesIru Cai
2016-09-18add getdiskbypart() functionIru Cai
2016-08-10try to umount first if the iso mount point is mountedIru Cai
2016-08-09add SHA512 supportIru Cai
2016-08-08add gen_grubcfg() to generate GRUB config from entry fileIru Cai
2016-08-08buildlive: download all needed iso files before building the live USBIru Cai
2016-08-06download files with wget's -c optionIru Cai
2016-08-06functions.sh: add as-root functionIru Cai
2016-08-06make isofiles/ directoryIru Cai
2016-08-02download iso from mirrorlistIru Cai
2016-08-02buildlive: update checksum function, add grub.cfgIru Cai
2016-08-02main buildlive scriptsIru Cai