author | Sergey Poznyakoff <gray@gnu.org.ua> | 2019-09-23 11:53:40 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2019-09-23 11:53:40 (GMT) |
commit | a38330cce95ad32784a50db0893e7f9e6d7a1ec5 (patch) (side-by-side diff) | |
tree | 9cc6953b4fe69fdd3f07437286781a9ed82a3033 | |
parent | e503ec4247390c9c5877367b6e421db8cd555639 (diff) | |
download | slackupgrade-1.0.tar.gz slackupgrade-1.0.tar.bz2 |
Minor fix in the README filev1.0
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -50,7 +50,7 @@ man page for details). To provide a replacement for a particular package, use the -p option. For your information, the list of removed packages is left in file -/var/log/slackupgrade-<P>-<N>.removed (see below). +/var/log/slackupgrade-<P>-<N>.dry_run.removed. When you are finished with the dry run, proceed to the actual upgrade. Run @@ -84,6 +84,10 @@ number (the version you upgraded to): Before attempting to reboot your system, please make sure that the bootloader has been updated for the new kernel. +Each run of slackupgrade creates the three log files discussed above. +When run with the "-n" command line option (a "dry-run" mode), additional +".dry_run" suffix is inserted to each name, after the <P>-<N> part. + Special notes ============= |