The default GRUB menu entry currently:
- sets:
loglevel=0 quiet
The recovery mode GRUB menu entry
- does not set:
loglevel=0 quiet
- sets
single
That is not a massive difference.
Reasons for simplification:
- Harden DRACUT initramfs-generator by disabling Recovery Console? (we could disable dracut recovery console at the same time)
- Role-Based Boot Modes (user versus admin) for Enhanced Security (the more options, the more confusing and recovery mode might not be very important)
Instead, for debugging, single user mode, dracut rescue shell we could instead document how to accomplish that on the Recovery - Kicksecure wiki page using Kernel Boot Parameter Change.