[initcpio] add python doc strings

This commit is contained in:
Philip 2015-02-21 10:26:03 +01:00 committed by Teo Mrnjavac
parent 06be842cfa
commit 98db0b3f59

View File

@ -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:
"""