From 1b7af73a3c90fcde0378f5bbbda6fc5f2d4916a9 Mon Sep 17 00:00:00 2001 From: manuel-192 Date: Thu, 11 Jan 2024 21:25:31 +0200 Subject: [PATCH] [eos-apps-info] updated doc about options of eos-update --- eos-apps-info/man/eos-update/eos-update.md | 37 ++++++++++++---------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/eos-apps-info/man/eos-update/eos-update.md b/eos-apps-info/man/eos-update/eos-update.md index caed063c..e2b6b107 100644 --- a/eos-apps-info/man/eos-update/eos-update.md +++ b/eos-apps-info/man/eos-update/eos-update.md @@ -2,7 +2,8 @@ Package updater for EndeavourOS and Arch. -Basically does about the same as
+Basically does about the same as + ``` sudo pacman -Syu ``` @@ -14,26 +15,28 @@ sudo pacman -Syu - runs `sync` after update and optionally -- updates AUR packages with the given AUR helper (yay or paru) -- checks update compatibility between Nvidia driver and kernel (only on EndeavourOS) - +- updates AUR packages with the given AUR helper (`yay` or `paru`) +- checks update compatibility between Nvidia driver and kernel (only on EndeavourOS) ## Synopsis + ``` eos-update [options] - -Options: - --help, -h This help. - --nvidia Check also nvidia driver vs. kernel updates. - --helper AUR helper name. Supported: yay, paru, pacman. Default: pacman. - Others supporting option -Sua should work as well. - --paru Same as --helper=paru. - --yay Same as --helper=yay. - --pacman Same as --helper=pacman. Default. - --min-free-bytes Minimal amount of free space (in bytes) that the root partition - should have before updating. - Otherwise a warning message will be displayed. - Default: 1000 000 000 (~1 GB) ``` +## Options + +Option | Purpose +:--- | :--- + `--help`
`-h` | This help. + `--nvidia` | Simple validity check for non-dkms Nvidia driver vs. kernel updates. + `--no-keyring` | Do not try to update keyrings first. + `--keyrings-reset` | Resets Arch and EndeavourOS keyrings.
Try this if keyring issues constantly make system update fail. + `--no-sync` | Do not run `sync` after update. + `--helper` | Give the name of an AUR helper. Supported values: yay, paru, pacman.
Default: pacman (i.e. no AUR helper)
Other AUR helpers supporting option `-Sua` like in `yay` should work as well. + `--paru` | Same as `--helper=paru`. + `--yay` | Same as `--helper=yay`. + `--aur` | Uses the AUR helper configured in /etc/eos-script-lib-yad.conf. + `--pacman` | Same as `--helper=pacman`. Default. (Note: pacman does not support AUR directly). + `--min-free-bytes` | Minimal amount of free space (in bytes) that the root partition should have before updating. Otherwise a warning message will be displayed.
Default: 1000000000