mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[bootloader] fix typo
This commit is contained in:
parent
229b9b40cd
commit
e0cccb892f
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ def create_conf(uuid, conf_path):
|
|||
swap = partition["uuid"]
|
||||
|
||||
lines = [
|
||||
'## This is just an exmaple config file.\n',
|
||||
'## This is just an example config file.\n',
|
||||
'## Please edit the paths and kernel parameters according to your system.\n',
|
||||
'\n',
|
||||
"title {!s} GNU/Linux, with Linux core repo kernel\n".format(distribution),
|
||||
|
@ -88,7 +88,7 @@ def create_fallback(uuid, fallback_path):
|
|||
swap = partition["uuid"]
|
||||
|
||||
lines = [
|
||||
'## This is just an exmaple config file.\n',
|
||||
'## This is just an example config file.\n',
|
||||
'## Please edit the paths and kernel parameters according to your system.\n',
|
||||
'\n',
|
||||
"title {!s} GNU/Linux, with Linux fallback kernel\n".format(distribution),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue