mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
dracut: Don't read settings
This module doesn't have settings yet so this call fails.
This commit is contained in:
parent
b54f91c1f8
commit
2133880fdb
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ import libcalamares
|
|||
from libcalamares.utils import check_chroot_call
|
||||
|
||||
def run_dracut():
|
||||
kernelname = libcalamares.job.configuration['kernel']
|
||||
check_chroot_call(['dracut', '-f'])
|
||||
|
||||
def run():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue