summaryrefslogtreecommitdiff
path: root/buildlive
AgeCommit message (Collapse)Author
2022-09-02add --bootloader-only optionIru Cai
2022-05-24support udisks2 mount tool, fall back to system mount/unmountIru 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.
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
2019-04-06add an option to clean the live USBIru Cai
2019-04-05try_mount(): just udevil mount, do not use mktempIru Cai
2018-10-23supporting specifying the block device name as root/boot partitionIru Cai
Now we can build a live USB like this: ./buildlive --boot /dev/sdb1 --root /dev/sdb2 \ manjaro/64/kde xubuntu/18.04
2018-10-22source distroinfo before process_distroIru 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-04-23separate BOOTPATH and ROOTPATHIru Cai
and add "--boot <...>" and "--root <...>"
2018-03-10config file $HOME/.liveusb-builder, move isofiles to $ISOPATHIru Cai
and set default $ISOPATH location to $HOME/isofiles
2017-09-24only enable high res fb mode in efiIru Cai
2016-09-23add --downloadonly optionIru Cai
2016-09-20submenu for ISOs that have multiple entriesIru Cai
2016-09-19buildlive: autodetect disk device by partitionIru Cai
2016-09-18buildlive: use isoinfo file to test if the distro is supportedIru Cai
2016-09-18Add a --grubcfg option for testing purposeIru Cai
2016-09-06buildlive: prompt before installing GRUBIru Cai
2016-08-21buildlive: add -L option to list available distro isosIru Cai
2016-08-10enable gfxterm in grub.cfgIru Cai
2016-08-08use gen_grubcfg to generate grub.cfgIru Cai
2016-08-08buildlive: download all needed iso files before building the live USBIru Cai
2016-08-08print usage when --root not configured or no distrosIru Cai
2016-08-06download files with wget's -c optionIru Cai
2016-08-06buildlive: change grub-install commandsIru Cai
- use as-root to run grub-install - add --removable when installing grub-efi - add --no-grub option
2016-08-02download iso from mirrorlistIru Cai
2016-08-02buildlive: install grubIru Cai
2016-08-02buildlive: update checksum function, add grub.cfgIru Cai
2016-08-02use fatalerror() instead of errmsg(), add UUID detectionIru Cai
2016-08-02install() -> install_live()Iru Cai
2016-08-02main buildlive scriptsIru Cai