Skip to content
Snippets Groups Projects

grub: add rootwait in cmdline

Merged Ettore Chimenti requested to merge ektor5/oniro:kirkstone into kirkstone
@@ -7,7 +7,7 @@
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
set CMDLINE="console=ttyS0,115200 panic=60 quiet"
set CMDLINE="console=ttyS0,115200 panic=60 rootwait quiet"
# Find the boot partition. We need to know where to load from and save the
# environment to. The boot partition is saved into the ONIRO_GRUB_BOOT
Loading