dracut.sh: fix ia32 detection for uefi executables
parent
fa1b98e4ea
commit
63b05a8e67
|
@ -1153,7 +1153,7 @@ if [[ ! $print_cmdline ]]; then
|
||||||
case $(uname -m) in
|
case $(uname -m) in
|
||||||
x86_64)
|
x86_64)
|
||||||
EFI_MACHINE_TYPE_NAME=x64;;
|
EFI_MACHINE_TYPE_NAME=x64;;
|
||||||
ia32)
|
i?86)
|
||||||
EFI_MACHINE_TYPE_NAME=ia32;;
|
EFI_MACHINE_TYPE_NAME=ia32;;
|
||||||
*)
|
*)
|
||||||
dfatal "Architecture '$(uname -m)' not supported to create a UEFI executable"
|
dfatal "Architecture '$(uname -m)' not supported to create a UEFI executable"
|
||||||
|
|
Loading…
Reference in New Issue