Skip to content

Commit

Permalink
Merge pull request #20 from calamares/master
Browse files Browse the repository at this point in the history
Fix function call
  • Loading branch information
demmm committed Oct 17, 2014
2 parents 10ef49d + 8a623cc commit 6ff52cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/initcpiocfg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def set_mkinitcpio_hooks_and_modules(hooks, modules, root_mount_point):
def modify_mkinitcpio_conf(partitions, root_mount_point):
""" Modifies mkinitcpio.conf """

cpu = cpu_info()
cpu = cpuinfo()
swap_uuid = ""
btrfs = ""
hooks = ["base", "udev", "autodetect", "modconf", "block", "keyboard", "keymap"]
Expand Down

0 comments on commit 6ff52cf

Please sign in to comment.