]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
init-install.sh: add support for installing initramfs onto the target ChenQi/initramfs-uuid
authorChen Qi <Qi.Chen@windriver.com>
Thu, 12 Jun 2014 03:27:02 +0000 (11:27 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Mon, 16 Jun 2014 10:36:09 +0000 (18:36 +0800)
commit23a3411d065b16b054a0339d4aab9839d87cd6f3
tree971a5d8f1e8b15da19c9fbd1cf9abf01bd63bf7a
parent93ba2af3e4e47c86e9dfac2790f81a3718fecef6
init-install.sh: add support for installing initramfs onto the target

Add support to install initramfs image or the kernel bundled with it
onto the target. And if there's an initramfs image available, we try
to use the 'root=UUID=xxx' in the grub entry so that the target can
always boot up even if the device names are changed, say, from /dev/hdb
to /dev/hda.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/initrdscripts/files/init-install.sh