These are the same patches as in the previous patch series, minus the ones related to initramfs-framework which will need further discussion. I split up the /dev/console change into two commits as suggested by Otavio.
The usage of FS UUID is still turned on by default, see the last patch. If that's too aggressive, feel free to drop that one. It's a change that can also be done easily in a local.conf or distro conf. The following changes since commit aba3ef50d65e0dc8659a48bf98d0fb00dd44a6fc: debianutils: create package for run-parts (2015-09-02 23:51:16 +0100) are available in the git repository at: git://github.com/pohly/openembedded-core booting-simplified https://github.com/pohly/openembedded-core/tree/booting-simplified Patrick Ohly (8): runqemu: support full-disk images initramfs-framework: create /dev/console initramfs-live-boot: create /dev/console initramfs-framework: handle kernel parameters with . inside image-vm.bbclass: avoid duplicating syslinux default values image-vm.bbclass: support specifying an initramfs boot loader: support root=UUID boot-directdisk.bbclass: use rootfs UUID by default meta/classes/boot-directdisk.bbclass | 2 +- meta/classes/fs-uuid.bbclass | 24 ++++++++++++++++++++++ meta/classes/grub-efi.bbclass | 4 ++++ meta/classes/gummiboot.bbclass | 4 ++++ meta/classes/image-vm.bbclass | 7 +++++-- meta/classes/syslinux.bbclass | 5 ++++- .../initrdscripts/initramfs-framework/init | 3 ++- .../initrdscripts/initramfs-framework_1.0.bb | 7 ++++++- .../initrdscripts/initramfs-live-boot_1.0.bb | 4 +++- scripts/runqemu | 24 +++++++++++++--------- scripts/runqemu-internal | 10 ++++----- 11 files changed, 72 insertions(+), 22 deletions(-) create mode 100644 meta/classes/fs-uuid.bbclass -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core