diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/bios.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/bios.py b/src/utils/bios.py index 3fc762f..916f7d4 100644 --- a/src/utils/bios.py +++ b/src/utils/bios.py @@ -36,7 +36,7 @@ def get_vmlinuz_path(mountpoint): target_file = file if not target_file: - raise OgError(f'vmlinuz not found in {initrd_dir}') + raise OgError(f'vmlinuz not found in {linuz_dir}') return os.path.join(linuz_dir, target_file) |