Commit graph

18 commits

Author SHA1 Message Date
Ankur Sinha (Ankur Sinha Gmail)
d307d751db
Fix minor typos 2020-11-23 09:12:54 +00:00
Lukas Zapletal
8e1c962dd7 Update dnf upgrade for 3rd party software
This is now the second time when rpmconf reverted me
google-chrome-stable.repo file back to version where I have `enabled=0`.
It looks like this package generates the repo file in the post scriplet
and does not mention it in the list of installed files, this probably
tricks rpmconf to do an incorrect action. I would love to investigate
further and maybe file a bug for chrome/chromium, but now that I
finished my upgrade I can't look back why rpmconf thought this file
needs updating - scriplet looks like this:

    YUM_REPO_FILE="/etc/yum.repos.d/google-chrome.repo"
    install_yum() {
      install_rpm_key

      if [ ! "$REPOCONFIG" ]; then
        return 0
      fi

      if [ -d "/etc/yum.repos.d" ]; then
    cat > "$YUM_REPO_FILE" << REPOCONTENT
    [google-chrome]
    name=google-chrome
    baseurl=$REPOCONFIG/$DEFAULT_ARCH
    enabled=1
    gpgcheck=1
    gpgkey=https://dl.google.com/linux/linux_signing_key.pub
    REPOCONTENT
      fi
    }

It was likely some older version of the package. Anyway, I thought I'd
drop a warning note for others, because I accidentally disabled this
repo which left my Chrome on an old version for about a year until it
websites started warning me about an unsupported version. This is
dangerous, my main browser is Firefox but this could be a security
problem for others.
2020-11-19 08:32:41 +01:00
S Page
114da283dc emphasize system-upgrade reboot reboots immediately, minor cleanups
Use "reboot" consistently, emphasize the immediate no-prompt reboot, mention it's a console terminal, then a second reboot, and clean up step 6 language. This fixes issue #294 and I think is an improvement.
2020-11-06 10:53:14 +00:00
Ivo van Geel
c823a69e77 Update modules/ROOT/pages/dnf-system-upgrade.adoc 2020-06-03 08:43:50 +00:00
Justin W. Flory
e3d0e3ba32
dnf-system-upgrade: s/touch/fixfiles/ to relabel SELinux
This is a personal preference, but the `fixfiles` command is a
convenient binary in Fedora that ships with SELinux to handle relabels.
It does the same thing, but note the use of the `-B` flag.

From the man pages:

> -B:
> If specified with onboot, this fixfiles will record the current date
> in the /.autorelabel file, so that it can be used later to speed up
> labeling. If used with restore, the restore will only affect files
> that were modified today.

I thought I would share this improvement upstream since I use this page
often, but I prefer this way of running more lean SELinux checks.

Signed-off-by: Justin W. Flory <git@jwf.io>
2020-05-04 19:04:20 -04:00
Jibec
20dcd9a7c7 suppress indentation warning 2020-04-18 23:27:08 +02:00
Chase Lau
2e8af9518f Update modules/ROOT/pages/dnf-system-upgrade.adoc
The --duplicated flag is now --duplicates
2020-02-06 12:51:10 +00:00
Petr Bokoc
a9c0d6d67d Merge #164 Add info on deleting dangling symlinks in dnf-system-upgrade.adoc 2019-11-25 14:39:25 +00:00
Jeffrey Walton
2a01d84d8e Add information on cleaning old symlinks in /usr in dnf-system-upgrade.adoc
Add information on cleaning old symlinks in /usr in dnf-system-upgrade.adoc.

Fedora includes the symlinks utility, so it is easy to clean the old cruft.
2019-11-21 16:15:45 +00:00
Jeffrey Walton
9faf30dc15 Add information on cleaning old symlinks in /usr in dnf-system-upgrade.adoc
Add information on cleaning old symlinks in /usr in dnf-system-upgrade.adoc.

Fedora includes the symlinks utility, so it is easy to clean the old cruft.
2019-11-21 15:59:50 +00:00
Petr Bokoc
328a73b5ba Move a note box in DNF System Upgrade to a better location 2019-11-07 13:49:23 +01:00
Jeffrey Walton
675fec1b7c Update modules/ROOT/pages/dnf-system-upgrade.adoc
Add info on configuration files which may have changed in unexpected ways.
2019-11-01 19:58:31 +00:00
Ankur Sinha (Ankur Sinha Gmail)
d782833dcd
Update link for dnf-system-upgrade-plugin 2019-09-13 15:33:23 +01:00
Ben Cotton
70cd79e3d4 Cleanup for F30 release
* Remove the unreviewed wiki content admonintion
* Remove unnecessary DNF arguments
* Remove references to 'Atomic Host' and replace with Fedora CoreOS and Fedora Silverblue
2019-04-29 15:35:08 +00:00
Petr Bokoc
43279ca81f Add the setopt argument to dnf system upgrade procedure 2019-04-23 15:41:38 +00:00
Petr Bokoc
4e7233705f Issue #69 - fix bad links 2019-03-25 13:29:23 +00:00
Petr Bokoc
aa9f1e8159 Add 'unverified' banner on top of each file and review instructions to readme 2019-03-20 23:42:41 +01:00
Adam Samalik
cf5acc8f3a switch to Antora part 2018-07-27 18:53:34 +02:00
Renamed from en-US/dnf-system-upgrade.adoc (Browse further)