Merge pull request #535 from dylanmtaylor/patch-4

Remove comment that no longer applies
This commit is contained in:
Anton Hvornum 2021-06-01 07:32:32 +02:00 committed by GitHub
commit 615d0d38dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ class Installer:
entry.write('# Created by: archinstall\n')
entry.write(f'# Created on: {self.init_time}\n')
entry.write('title Arch Linux\n')
entry.write(f"linux /vmlinuz-{kernel}\n") # Issue: hardcoded
entry.write(f"linux /vmlinuz-{kernel}\n")
if not is_vm():
vendor = cpu_vendor()
if vendor == "AuthenticAMD":