Skip to content

Commit 012c3ac

Browse files
authored
Merge pull request #104 from nathanchance/fix-boot-uml-with-linux-folder
utils: Expand relative paths in get_full_kernel_path()
2 parents aac8f35 + b6b306e commit 012c3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_full_kernel_path(kernel_location, image, arch=None):
9090
if not kernel.exists():
9191
die(f"Kernel ('{kernel}') does not exist!")
9292

93-
return kernel
93+
return kernel.resolve()
9494

9595

9696
def green(string):

0 commit comments

Comments
 (0)