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 fontconfig /usr/bin/*
|
||||
removefrom gawk /usr/bin/{igawk,pgawk} /usr/libexec/* /usr/share/*
|
||||
removefrom gdb /usr/share/* /usr/include/* /etc/gdbinit*
|
||||
removefrom gdisk /usr/share/*
|
||||
removefrom gdk-pixbuf2 /usr/share/locale*
|
||||
removefrom gfs2-utils /usr/sbin/*
|
||||
|
@ -6,6 +6,8 @@ installpkg anaconda anaconda-widgets
|
||||
installpkg kexec-tools-anaconda-addon
|
||||
## anaconda deps that aren't in the RPM
|
||||
installpkg tmux
|
||||
## for anaconda crash handling
|
||||
installpkg gdb
|
||||
## Other available payloads
|
||||
installpkg dnf
|
||||
installpkg rpm-ostree
|
||||
|
Loading…
Reference in New Issue
Block a user