mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Lowercase L for InstallExlinux taskname
This commit is contained in:
parent
2aebc870a4
commit
b6976eb6e9
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ def get_bootloader_group(manifest):
|
||||||
if manifest.system['bootloader'] == 'extlinux':
|
if manifest.system['bootloader'] == 'extlinux':
|
||||||
group.extend([boot.AddExtlinuxPackage,
|
group.extend([boot.AddExtlinuxPackage,
|
||||||
boot.ConfigureExtlinux,
|
boot.ConfigureExtlinux,
|
||||||
boot.InstallExtLinux])
|
boot.InstallExtlinux])
|
||||||
return group
|
return group
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -165,7 +165,7 @@ class ConfigureExtlinux(Task):
|
||||||
r'EXTLINUX_PARAMETERS="\1 console=ttyS0"')
|
r'EXTLINUX_PARAMETERS="\1 console=ttyS0"')
|
||||||
|
|
||||||
|
|
||||||
class InstallExtLinux(Task):
|
class InstallExtlinux(Task):
|
||||||
description = 'Installing extlinux'
|
description = 'Installing extlinux'
|
||||||
phase = phases.system_modification
|
phase = phases.system_modification
|
||||||
predecessors = [filesystem.FStab, ConfigureExtlinux]
|
predecessors = [filesystem.FStab, ConfigureExtlinux]
|
||||||
|
|
Loading…
Add table
Reference in a new issue