mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
[initcpiocfg] add python doc strings
This commit is contained in:
parent
98db0b3f59
commit
d677fe9d01
2 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue