summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/intel-core2-32.conf2
-rw-r--r--conf/machine/intel-corei7-64.conf2
-rw-r--r--conf/machine/intel-quark.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d2a4c30d..5f8ee24f 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -29,6 +29,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
-APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
+APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 8c7a21d5..30d492f8 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -28,6 +28,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0"
-APPEND += "console=ttyS0,115200 console=tty0"
+APPEND += "rootwait console=ttyS0,115200 console=tty0"
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
index 9db17a50..68e11993 100644
--- a/conf/machine/intel-quark.conf
+++ b/conf/machine/intel-quark.conf
@@ -16,7 +16,7 @@ MACHINE_FEATURES += "intel-ucode"
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
SERIAL_CONSOLE = "115200 ttyS1"
-APPEND += "console=ttyS1,115200 console=tty0"
+APPEND += "rootwait console=ttyS1,115200 console=tty0"
EFI_PROVIDER = "gummiboot"