Skip to content
Snippets Groups Projects
Commit 98db0b3f authored by Philip's avatar Philip Committed by Teo Mrnjavac
Browse files

[initcpio] add python doc strings

parent 06be842c
Branches
Tags
No related merge requests found
......@@ -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:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment