| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd_cleanup(): Fix the use of get_vn_filename() | Aaron LI | 2018-03-10 | 1 | -1/+2 |
* | cleanup(): check the item length before test its existence | Aaron LI | 2018-03-10 | 1 | -1/+2 |
* | install_system(): improve progress reports | Aaron LI | 2018-03-10 | 1 | -23/+23 |
* | install_system(): check file existence before stash/recover; use cp | Aaron LI | 2018-03-10 | 1 | -7/+11 |
* | Improve printing messages | Aaron LI | 2018-03-10 | 1 | -6/+6 |
* | Implement cleanup command to remove obsolete files, umount and delete image | Aaron LI | 2018-03-10 | 1 | -0/+55 |
* | Add upgrade command | Aaron LI | 2018-03-10 | 1 | -1/+15 |
* | Add upgrade_system() to upgrade the config files | Aaron LI | 2018-03-10 | 1 | -0/+44 |
* | Add install_system() function to install the kernel and world | Aaron LI | 2018-03-10 | 1 | -0/+81 |
* | Improve argument checks with better messages | Aaron LI | 2018-03-10 | 1 | -25/+46 |
* | Improve MD5 check on the downloaded image | Aaron LI | 2018-03-10 | 1 | -6/+4 |
* | Implement the backup command with backup_kernel() and backup_world() | Aaron LI | 2018-03-10 | 1 | -0/+67 |
* | Add umount_image() function with get_vn_devname() and get_vn_filename() | Aaron LI | 2018-03-10 | 1 | -0/+33 |
* | More function argument checks | Aaron LI | 2018-03-10 | 1 | -3/+7 |
* | Implement the mount command | Aaron LI | 2018-03-10 | 1 | -0/+44 |
* | Add error code EC_FETCH for fetch | Aaron LI | 2018-03-10 | 1 | -2/+5 |
* | Add argument counts check for functions with EC_ARGS exit code | Aaron LI | 2018-03-10 | 1 | -4/+17 |
* | Improve error() and check_os() | Aaron LI | 2018-03-10 | 1 | -2/+4 |
* | Implement command download: to download the new system image | Aaron LI | 2018-03-10 | 1 | -1/+63 |
* | Use is_master_branch(), and remove cmd_extension_or_status() | Aaron LI | 2018-03-10 | 1 | -12/+4 |
* | Add functions get_md5list_url() and get_image_url() | Aaron LI | 2018-03-10 | 1 | -6/+22 |
* | Add functions get_branch_filename() and is_master_branch() | Aaron LI | 2018-03-10 | 1 | -0/+39 |
* | Fix get_latest_image() to return _md5 correctly | Aaron LI | 2018-03-10 | 1 | -2/+3 |
* | Add DEBUG var, debug() and warn() functions | Aaron LI | 2018-03-10 | 1 | -0/+10 |
* | Update help and version commands | Aaron LI | 2018-03-10 | 1 | -9/+5 |
* | Update EC_* error codes | Aaron LI | 2018-03-10 | 1 | -3/+3 |
* | Remove load_config() and simply source the config file | Aaron LI | 2018-03-10 | 1 | -14/+1 |
* | Update local vars and some minor fixes | Aaron LI | 2018-03-10 | 1 | -20/+17 |
* | Update copyright and one-line description | Aaron LI | 2018-03-10 | 1 | -7/+3 |
* | Use IMG image instead of ISO format, due to hard links | Aaron LI | 2018-02-03 | 1 | -2/+3 |
* | dfly-update: multiple small fixes/improvements | Aaron LI | 2018-01-24 | 1 | -11/+24 |
* | dfly-update: implement compare_version() using "sort -V" | Aaron LI | 2018-01-24 | 1 | -4/+15 |
* | Implement "status" sub command | Aaron LI | 2017-06-04 | 2 | -0/+235 |
* | First commit: enter dfly-update | Aaron LI | 2017-06-04 | 3 | -0/+40 |