index
:
liveusb-builder
master
A script suite to create multiboot USB stick for GNU/Linux distributions
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
functions.sh
Age
Commit message (
Expand
)
Author
2019-02-03
add timeout for boot menu
Iru Cai
2018-12-28
a common hashfile verify function
Iru Cai
2018-12-06
return 1 when verify fails
Iru Cai
2018-11-03
Use `if wget ...` in case of wget errors
Iru Cai
2018-11-03
Let udevil define ISOMNT instead of hard-coding.
Jaakko Perttilä
2018-10-22
source distroinfo before process_distro
Iru Cai
2018-09-22
drop MD5, add custom verify
Iru Cai
2018-06-26
Use syslinux as legacy BIOS bootloader
Iru Cai
2018-06-03
license header
Iru Cai
2018-03-10
config file $HOME/.liveusb-builder, move isofiles to $ISOPATH
Iru Cai
2017-06-01
work around an lsblk issue in getdiskbypart
Iru Cai
2017-06-01
Print out the command at as-root
Iru Cai
2016-09-20
submenu for ISOs that have multiple entries
Iru Cai
2016-09-18
add getdiskbypart() function
Iru Cai
2016-08-10
try to umount first if the iso mount point is mounted
Iru Cai
2016-08-09
add SHA512 support
Iru Cai
2016-08-08
add gen_grubcfg() to generate GRUB config from entry file
Iru Cai
2016-08-08
buildlive: download all needed iso files before building the live USB
Iru Cai
2016-08-06
download files with wget's -c option
Iru Cai
2016-08-06
functions.sh: add as-root function
Iru Cai
2016-08-06
make isofiles/ directory
Iru Cai
2016-08-02
download iso from mirrorlist
Iru Cai
2016-08-02
buildlive: update checksum function, add grub.cfg
Iru Cai
2016-08-02
main buildlive scripts
Iru Cai