kickstart file for building debug ISO

This commit is contained in:
Wojtek Porczyk 2016-06-16 11:32:38 +02:00
parent 9257165994
commit 2ba67bef58

22
conf/debug.ks Normal file
View File

@ -0,0 +1,22 @@
# This kickstart is used for building "debug" ISO, which is used for automatic
# tests. Do not use for releases.
%include qubes-kickstart.cfg
%packages
gdb
ipython
netplug
openssh-server
rpm-build
rpm-sign
strace
xdotool
xen-debuginfo
qubes-core-dom0-debuginfo
qubes-core-dom0-linux-debuginfo
qubes-gui-dom0-debuginfo
%end