Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Calamares
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
Calamares
Commits
98db0b3f
Commit
98db0b3f
authored
Feb 21, 2015
by
Philip
Committed by
Teo Mrnjavac
Feb 25, 2015
Browse files
Options
Downloads
Patches
Plain Diff
[initcpio] add python doc strings
parent
06be842c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/initcpio/main.py
+2
-6
2 additions, 6 deletions
src/modules/initcpio/main.py
with
2 additions
and
6 deletions
src/modules/initcpio/main.py
+
2
−
6
View file @
98db0b3f
...
...
@@ -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:
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment