Creating PR
This commit is contained in:
parent
630045f4a6
commit
baca0cc514
|
|
@ -468,7 +468,7 @@ class Installer:
|
||||||
entry.write('# Created by: archinstall\n')
|
entry.write('# Created by: archinstall\n')
|
||||||
entry.write(f'# Created on: {self.init_time}\n')
|
entry.write(f'# Created on: {self.init_time}\n')
|
||||||
entry.write('title Arch Linux\n')
|
entry.write('title Arch Linux\n')
|
||||||
entry.write('linux /vmlinuz-linux\n')
|
entry.write('linux /vmlinuz-linux\n') # Issue: hardcoded
|
||||||
if not is_vm():
|
if not is_vm():
|
||||||
vendor = cpu_vendor()
|
vendor = cpu_vendor()
|
||||||
if vendor == "AuthenticAMD":
|
if vendor == "AuthenticAMD":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue