[bootloader] fix typo
This commit is contained in:
parent
229b9b40cd
commit
e0cccb892f
@ -62,7 +62,7 @@ def create_conf(uuid, conf_path):
|
|||||||
swap = partition["uuid"]
|
swap = partition["uuid"]
|
||||||
|
|
||||||
lines = [
|
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',
|
'## Please edit the paths and kernel parameters according to your system.\n',
|
||||||
'\n',
|
'\n',
|
||||||
"title {!s} GNU/Linux, with Linux core repo kernel\n".format(distribution),
|
"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"]
|
swap = partition["uuid"]
|
||||||
|
|
||||||
lines = [
|
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',
|
'## Please edit the paths and kernel parameters according to your system.\n',
|
||||||
'\n',
|
'\n',
|
||||||
"title {!s} GNU/Linux, with Linux fallback kernel\n".format(distribution),
|
"title {!s} GNU/Linux, with Linux fallback kernel\n".format(distribution),
|
||||||
|
Loading…
Reference in New Issue
Block a user