diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 4f79e92e4..7a4405330 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -4876,6 +4876,7 @@ sub splitkcmdline { # without network drivers instead of stopping at debootstrap. my %DEBIAN_ARCH = ( 'x86_64' => 'amd64', + 'x86' => 'i386', ); sub debian_arch {