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

[initcpiocfg] add python doc strings

parent 98db0b3f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def run_mkinitcpio():
def run():
""" Calls routine
""" Calls routine to create kernel initramfs image.
:return:
"""
......
......@@ -26,8 +26,8 @@ from libcalamares.utils import check_chroot_call
def cpuinfo():
"""
Return the information in /proc/cpuinfo as a dictionary in the following format:
""" Return the information in /proc/cpuinfo as a dictionary in the following format:
cpu_info['proc0']={...}
cpu_info['proc1']={...}
"""
......@@ -114,8 +114,7 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
def run():
"""
""" Calls routine with given parameters to modify '/etc/mkinitcpio.conf'.
:return:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment