aboutsummaryrefslogtreecommitdiffstats
path: root/dfly-update
Commit message (Collapse)AuthorAgeFilesLines
* Implement the backup command with backup_kernel() and backup_world()Aaron LI2018-03-101-0/+67
|
* Add umount_image() function with get_vn_devname() and get_vn_filename()Aaron LI2018-03-101-0/+33
|
* More function argument checksAaron LI2018-03-101-3/+7
|
* Implement the mount commandAaron LI2018-03-101-0/+44
|
* Add error code EC_FETCH for fetchAaron LI2018-03-101-2/+5
|
* Add argument counts check for functions with EC_ARGS exit codeAaron LI2018-03-101-4/+17
|
* Improve error() and check_os()Aaron LI2018-03-101-2/+4
|
* Implement command download: to download the new system imageAaron LI2018-03-101-1/+63
|
* Use is_master_branch(), and remove cmd_extension_or_status()Aaron LI2018-03-101-12/+4
|
* Add functions get_md5list_url() and get_image_url()Aaron LI2018-03-101-6/+22
|
* Add functions get_branch_filename() and is_master_branch()Aaron LI2018-03-101-0/+39
|
* Fix get_latest_image() to return _md5 correctlyAaron LI2018-03-101-2/+3
|
* Add DEBUG var, debug() and warn() functionsAaron LI2018-03-101-0/+10
|
* Update help and version commandsAaron LI2018-03-101-9/+5
|
* Update EC_* error codesAaron LI2018-03-101-3/+3
|
* Remove load_config() and simply source the config fileAaron LI2018-03-101-14/+1
|
* Update local vars and some minor fixesAaron LI2018-03-101-20/+17
|
* Update copyright and one-line descriptionAaron LI2018-03-101-7/+3
|
* Use IMG image instead of ISO format, due to hard linksAaron LI2018-02-031-2/+3
| | | | | | | Most of the tools under `/usr/share/initrd/{bin,sbin}` are hard links, however the ISO9660 filesystem cannot deal with them, therefore the installed files are copies, which can cause problem for `mkinitrd` due to out of space...
* dfly-update: multiple small fixes/improvementsAaron LI2018-01-241-11/+24
|
* dfly-update: implement compare_version() using "sort -V"Aaron LI2018-01-241-4/+15
|
* Implement "status" sub commandAaron LI2017-06-041-0/+226