7 lines
261 B
INI
7 lines
261 B
INI
|
timeout=0
|
||
|
|
||
|
menuentry "postmarketOS" {
|
||
|
linux ($root)/vmlinuz console=tty0 earlycon=uart8250,mmio32,0xff1a0000 console=ttyS2,115200 panic=10 coherent_pool=1M loglevel=5 mem_sleep_default=s2idle PMOS_NO_OUTPUT_REDIRECT fw_devlink=off
|
||
|
initrd ($root)/initramfs
|
||
|
}
|