Merge pull request #535 from dylanmtaylor/patch-4
Remove comment that no longer applies
This commit is contained in:
commit
615d0d38dd
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in New Issue