Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document LEAPP_GRUB_DEVICE #641

Merged
merged 1 commit into from
Jun 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/el7toel8/envars.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ for the leapp project to distinguish their purpose: *production* or *devel* use.
If the argument for envars below is not specified, it is expected to set `0`
(false) or `1` (true).


## LEAPP_GRUB_DEVICE

Overrides the automatically detected storage device with GRUB core (e.g. /dev/sda).


## LEAPP_NO_RHSM

Do not use Red Hat Subscription Management for the upgrade. Using it has the
same effect as using the `--no-rhsm` leapp option.


## LEAPP_OVL_SIZE

For any partition that uses XFS with the ftype option set to 0, Leapp is
Expand Down