[initcpiocfg] add python doc strings

This commit is contained in:
Philip 2015-02-21 10:30:13 +01:00 committed by Teo Mrnjavac
parent 98db0b3f59
commit d677fe9d01
2 changed files with 4 additions and 5 deletions

View File

@ -29,7 +29,7 @@ def run_mkinitcpio():
def run():
""" Calls routine
""" Calls routine to create kernel initramfs image.
:return:
"""

View File

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