Include gdb in the boot.iso
This way anaconda can generate a core file from itself when it crashes.
This commit is contained in:
parent
1c928080f2
commit
fb19d7f509
@ -187,6 +187,7 @@ removefrom file-libs /usr/share/*
|
|||||||
removefrom findutils /usr/bin/oldfind /usr/share/*
|
removefrom findutils /usr/bin/oldfind /usr/share/*
|
||||||
removefrom fontconfig /usr/bin/*
|
removefrom fontconfig /usr/bin/*
|
||||||
removefrom gawk /usr/bin/{igawk,pgawk} /usr/libexec/* /usr/share/*
|
removefrom gawk /usr/bin/{igawk,pgawk} /usr/libexec/* /usr/share/*
|
||||||
|
removefrom gdb /usr/share/* /usr/include/* /etc/gdbinit*
|
||||||
removefrom gdisk /usr/share/*
|
removefrom gdisk /usr/share/*
|
||||||
removefrom gdk-pixbuf2 /usr/share/locale*
|
removefrom gdk-pixbuf2 /usr/share/locale*
|
||||||
removefrom gfs2-utils /usr/sbin/*
|
removefrom gfs2-utils /usr/sbin/*
|
||||||
|
@ -6,6 +6,8 @@ installpkg anaconda anaconda-widgets
|
|||||||
installpkg kexec-tools-anaconda-addon
|
installpkg kexec-tools-anaconda-addon
|
||||||
## anaconda deps that aren't in the RPM
|
## anaconda deps that aren't in the RPM
|
||||||
installpkg tmux
|
installpkg tmux
|
||||||
|
## for anaconda crash handling
|
||||||
|
installpkg gdb
|
||||||
## Other available payloads
|
## Other available payloads
|
||||||
installpkg dnf
|
installpkg dnf
|
||||||
installpkg rpm-ostree
|
installpkg rpm-ostree
|
||||||
|
Loading…
Reference in New Issue
Block a user