]> code.ossystems Code Review - openembedded-core.git/commit
initrdscripts: add install scripts with a second rootfs
authorStefan Stanacar <stefanx.stanacar@intel.com>
Sun, 30 Mar 2014 14:47:33 +0000 (17:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Mar 2014 16:54:35 +0000 (17:54 +0100)
commit39fcab00cd3b85d40966689e31b4c7748f630739
treea831753a4775b77972b9bfb40de283e68f864e4d
parent103ef2295c728e427acc27bb071e786946c459f2
initrdscripts: add install scripts with a second rootfs

These are meant to be used by a master image, for a simple
initial setup.
The install scripts are similar to the default ones, but:
- custom partitioning, replaces the swap partiton with a second root filesystem
- adds labels to the partitions
- preconfigures a boot loader entry for the second rootfs

Part of [YOCTO #5614]

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh [new file with mode: 0644]
meta/recipes-core/initrdscripts/files/init-install-testfs.sh [new file with mode: 0644]
meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb [new file with mode: 0644]
meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb [new file with mode: 0644]