Hide Forgot
The anaconda installer for years has supported the ability to switch to a "ALT + F2" console for debug. It's very useful for debugging build issues. One problem I run into on a daily basis when testing and debugging kickstart based installs is you get to a point where you need to see why something has gone wrong and you get get the prompt "The system will be rebooted when you press Ctrl-C or Ctrl-Alt-Delete.". From this point you can still switch to the Alt+f2 to do some useful debug if you're on a standard kdb environment. The problem I have is that in a lot of virtual environments or when running the install over serial console it's impossible to send Alt+F2 to get to that shell (whether the install is running fine or at the aforementioned prompt) which makes it very hard to debug issues with installs. It would be nice if there was an alternate hotkey to be able to use in these environments to make debug a lot easier.
I don't think it is possible to do something like this over serial console. If you need more debugging information you should install via vnc and use a client that can send the extra key codes.
what? you can't have a hot key other than Alt+F2 to bring up a shell. In PCI-DSS and other secure environments it's not always possible to just install via VNC because in some specifications and environments the network the build is done on is completely isolated and non routeable so to be able to remotely access a serial console is sometimes the only means of access until the install is complete and the server is running locked down. What about in a VM console where you don't always have the ability to send alt+Fx keys.
As far as I know, the hotkey is processed directly by kernel and anaconda has nothing to do with it. There might be a possibility (at least in GUI) to map some hotkey to "execute chvt 2" from anaconda, which does the same thing. I am really not sure about the other modes though. This should be preferably solved on higher level eg. the tools used to do remote access. VNC usually has a menu item sending C-A-Fx keystroke and if VM manager is missing this feature, it should probably become another RFE. Serial console has no ability to switch VT (by design) so there is nothing we can do about it, except maybe enabling ssh access to command line for this purpose (which we already support).