[initcpio] add python doc strings
This commit is contained in:
parent
06be842cfa
commit
98db0b3f59
@ -23,17 +23,13 @@ from libcalamares.utils import check_chroot_call
|
||||
|
||||
|
||||
def run_mkinitcpio():
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
""" Runs mkinitcpio with given kernel profile """
|
||||
kernel = libcalamares.job.configuration['kernel']
|
||||
check_chroot_call(['mkinitcpio', '-p', kernel])
|
||||
|
||||
|
||||
def run():
|
||||
"""
|
||||
|
||||
""" Calls routine
|
||||
|
||||
:return:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user