Skip to content

Commit

Permalink
fixup: missing KERNEL_CMDLINE_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Apr 9, 2024
1 parent 9520cc6 commit 0b1849f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from leapp.models import InstalledTargetKernelInfo, KernelCmdlineArg, TargetKernelCmdlineArgTasks


KERNEL_CMDLINE_FILE = "/etc/kernel/cmdline"


def run_grubby_cmd(cmd):
try:
stdlib.run(cmd)
Expand Down

0 comments on commit 0b1849f

Please sign in to comment.