forked from sig_core/kickstarts
disable kdump
This commit is contained in:
parent
44c3c55f3c
commit
67c9361688
@ -25,6 +25,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
|||||||
%pre
|
%pre
|
||||||
dbus-broker-launch --scope=none
|
dbus-broker-launch --scope=none
|
||||||
%end
|
%end
|
||||||
|
%addon com_redhat_kdump --disable
|
||||||
|
%end
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
|
@ -25,6 +25,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
|||||||
%pre
|
%pre
|
||||||
dbus-broker-launch --scope=none
|
dbus-broker-launch --scope=none
|
||||||
%end
|
%end
|
||||||
|
%addon com_redhat_kdump --disable
|
||||||
|
%end
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
|
@ -25,6 +25,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
|||||||
%pre
|
%pre
|
||||||
dbus-broker-launch --scope=none
|
dbus-broker-launch --scope=none
|
||||||
%end
|
%end
|
||||||
|
%addon com_redhat_kdump --disable
|
||||||
|
%end
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
|
Loading…
Reference in New Issue
Block a user