Skip to content

Commit

Permalink
Assert GRUB install device before conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ukablan-wpc committed Sep 30, 2024
1 parent 67f2fe0 commit d90f7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian11to12/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def get_check_actions(self, options: typing.Any, phase: Phase) -> typing.List[ac
actions.AssertMinPhpVersion("7.4"),
actions.AssertDpkgNotLocked(),
actions.AssertNotInContainer(),
actions.AssertGrubInstallDeviceExists(),
]

def parse_args(self, args: typing.Sequence[str]) -> None:
Expand Down

0 comments on commit d90f7ea

Please sign in to comment.