]> code.ossystems Code Review - openembedded-core.git/commit
initrdscripts/init-install*: Add rootwait when installing to USB devices
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Tue, 9 Aug 2016 20:35:52 +0000 (13:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:31:02 +0000 (10:31 +0100)
commit40e2d36573a7a6bce377b1f9653607065ba5ffb6
tree97b54b794d45f902bb2b22ceff7e661bea1fb9e6
parent36f110594506fbee5dc18de3a04981f019f2024d
initrdscripts/init-install*: Add rootwait when installing to USB devices

It can take a bit for USB devices to be detected, so if a USB device is
your rootfs and you don't set rootwait you will most likely get a kernel
panic. Fix this by adding rootwait to the kernel command line on
installation.

Fixes [YOCTO #9462].

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/initrdscripts/files/init-install-efi.sh
meta/recipes-core/initrdscripts/files/init-install.sh