add ignoremissing to UBI kickstart

This commit is contained in:
Neil Hanlon 2022-11-23 12:41:37 -05:00
parent 66672df3fd
commit 6896ef9dd4
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -27,7 +27,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4
%end %end
# Package setup # Package setup
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps # NOTE(nhanlon) - 2022-11-23 adding --ignoremissing as dmidecode does not exist on all arches
%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps
bash bash
binutils binutils
brotli brotli