forked from sig_core/kickstarts
Disable kdump addon in containers
This commit is contained in:
parent
69d640a782
commit
a9140ed8cd
@ -22,6 +22,10 @@ zerombr
|
|||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
|
# This breaks everything, apparently
|
||||||
|
%addon com_redhat_kdump --disable
|
||||||
|
%end
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
bash
|
bash
|
||||||
|
Loading…
Reference in New Issue
Block a user