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
@ -22,7 +22,6 @@ import libcalamares
|
|||||||
from libcalamares.utils import check_chroot_call
|
from libcalamares.utils import check_chroot_call
|
||||||
|
|
||||||
def run_dracut():
|
def run_dracut():
|
||||||
kernelname = libcalamares.job.configuration['kernel']
|
|
||||||
check_chroot_call(['dracut', '-f'])
|
check_chroot_call(['dracut', '-f'])
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
|
Loading…
Reference in New Issue
Block a user