forked from sig_core/kickstarts
add ignoremissing to UBI kickstart
This commit is contained in:
parent
66672df3fd
commit
6896ef9dd4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user