dracut.sh: fix ia32 detection for uefi executables

master
q66 2020-07-25 17:20:40 +02:00 committed by Daniel Molkentin
parent fa1b98e4ea
commit 63b05a8e67
1 changed files with 1 additions and 1 deletions

View File

@ -1153,7 +1153,7 @@ if [[ ! $print_cmdline ]]; then
case $(uname -m) in
x86_64)
EFI_MACHINE_TYPE_NAME=x64;;
ia32)
i?86)
EFI_MACHINE_TYPE_NAME=ia32;;
*)
dfatal "Architecture '$(uname -m)' not supported to create a UEFI executable"