diff options
author | Aaron LI <aly@aaronly.me> | 2020-12-27 21:48:33 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2020-12-27 21:48:33 +0800 |
commit | d758158036e6da5ee0f6f0d8fd552450f9d152ac (patch) | |
tree | d512d0ffb8b63b8aace11a1c20b7f9cb0148f233 /README | |
parent | 757e2ed1809fe42eca1197e3ec58b3e69dbd3520 (diff) | |
download | dfly-update-master.tar.bz2 |
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -2,11 +2,6 @@ dfly-update =========== -Copyright (c) 2017-2019 Aaron LI <aly@aaronly.me> -MIT License - -https://github.com/liweitianux/dfly-update - A simple tool to update a DragonFly BSD system using a binary release or snapshot image file. @@ -30,8 +25,8 @@ the following steps: 4. create new users and groups; 5. identify the new/changed "/etc" files, rename the conflicting ones with suffix ".__new__" and then copy over; -6. get obsolete files from "Makefile_upgrade.inc" and remove them; -7. umount, show the "*.__new__" files need manual merge. +6. remove obsolete files according to "Makefile_upgrade.inc"; +7. umount, show the "*.__new__" files that need manual merge. Usage ----- @@ -63,3 +58,7 @@ Versions * 0.1.2 (2018-03-11) - First usable version for broader testing +License +------- +MIT License +Copyright (c) 2017-2020 Aaron LI <aly@aaronly.me> |