mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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':
|
||||
group.extend([boot.AddExtlinuxPackage,
|
||||
boot.ConfigureExtlinux,
|
||||
boot.InstallExtLinux])
|
||||
boot.InstallExtlinux])
|
||||
return group
|
||||
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ class ConfigureExtlinux(Task):
|
|||
r'EXTLINUX_PARAMETERS="\1 console=ttyS0"')
|
||||
|
||||
|
||||
class InstallExtLinux(Task):
|
||||
class InstallExtlinux(Task):
|
||||
description = 'Installing extlinux'
|
||||
phase = phases.system_modification
|
||||
predecessors = [filesystem.FStab, ConfigureExtlinux]
|
||||
|
|
Loading…
Add table
Reference in a new issue