dracut: Don't read settings

This module doesn't have settings yet so this call fails.
This commit is contained in:
Pier Luigi Fiorini 2014-08-21 15:09:56 +02:00
parent b54f91c1f8
commit 2133880fdb

View File

@ -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():