dracut: Don't read settings

This module doesn't have settings yet so this call fails.
main
Pier Luigi Fiorini 11 years ago
parent b54f91c1f8
commit 2133880fdb

@ -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…
Cancel
Save