I want to build a live image of kali that boot's without gui like i am in terminal mode i modified the build packages file located in kali-config/variant-default/package-lists/kali.list.chroot to this:

# Live image
# You always want these:
kali-linux-core
kali-desktop-live

# Metapackages
# You can customize the set of Kali metapackages (groups of tools) to install
# For the complete list see: https://tools.kali.org/kali-metapackages

# Graphical desktop
#kali-desktop-xfce

# Kali applications
#<package>

i have successfully build the image but when i tried running it with the method suggested in the kali site ( qemu BIOS boot ) i choose live system and its stuck like a terminal waiting for input but i cant interact with it.