forked from sig_core/kickstarts
add ignoremissing to UBI kickstart
This commit is contained in:
parent
66672df3fd
commit
6896ef9dd4
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
|||
%end
|
||||
|
||||
# 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
|
||||
binutils
|
||||
brotli
|
||||
|
|
Loading…
Reference in a new issue