~raharper/curtin:fix/replace-grub-shell-helper

Last commit made on 2020-05-18
Get this branch:
git clone -b fix/replace-grub-shell-helper https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
fix/replace-grub-shell-helper
Repository:
lp:~raharper/curtin

Recent commits

1d3d5c5... by Ryan Harper

doc/config: Document grub:update_nvram default value to match code.

e62fd95... by Ryan Harper

Add unittest for distro.get_architecture

9bc9397... by Ryan Harper

Raise exception on unhandled osfamly for get_architecture call

971fb73... by Ryan Harper

distro: update comments on use of ChrootableTarget with rpm

4c44a05... by Ryan Harper

Refactor install-grub a bit

- Consolidate grub install log messages
- Add ReportEventStack for installing-bootloaders and 'installing-grub'
- Add check_target_arch_machine to install_grub to perform the same
  checks that curthooks does for skipping grub install on s390x, and
  some arm systems.
- Apply config.value_as_boolean() and remove some ValueError checks
- Fix default values when getting grub related config settings to
  machine documentation.

c64d79b... by Ryan Harper

Refactor some install-grub methods, add docstrings, update names and calling params

c57dc44... by Ryan Harper

distro: Run rpm commands with ChrootableTarget

6222c52... by Ryan Harper

Fix regressions with grub-files written and unittest

ea94a8e... by Ryan Harper

Fix vmtests for uefi/non-uefi/grub-multi, and vmtest filter

3e30554... by Ryan Harper

Refactor to support grub-multi-install, fix and add unittests