bootloader
Installs grub[2] on boot partition on the system.
Arguments
DIB_GRUB_TIMEOUTsets thegrubmenu timeout. It defaults to 5 seconds. Set this to 0 (no timeout) for fast boot times.DIB_BOOTLOADER_DEFAULT_CMDLINEsets parameters that are appended to theGRUB_CMDLINE_LINUX_DEFAULTvalues ingrub.cfgconfiguration. It defaults tonofb nomodeset gfxpayload=text.DIB_BOOTLOADER_SERIAL_CONSOLEsets the serial device to be used as a console. It defaults tohvc0for PowerPC,ttyAMA0,115200for ARM64, otherwisettyS0,115200.