Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-05-31 19:45:49 -0400
committerGitHub <noreply@github.com>2021-05-31 19:45:49 -0400
commitec2b00c117edff0cd6da6a9fb7b99bd1b7fa84c5 (patch)
tree6fef9d05fd62392a463f2d90f38507d73c6b261f /archinstall
parentfca6eba86c4c93dbc12c317eb11bf4bc7ab0b074 (diff)
Remove comment that no longer applies
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index b752e86e..c2db8337 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -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":