Re: [OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-20 Thread Moseley, Drew
On Jan 13, 2015, at 10:37 PM, ChenQi mailto:qi.c...@windriver.com>> wrote: -linux /vmlinuz root=$rootfs $rootwait rw $5 $3 $4 quiet +linux /vmlinuz root=PARTUUID=$rootfs_uuid $rootwait rw $5 $3 $4 quiet I thought PARTUUID is for GPT only. Perhaps so but it does seem to be there on my Vi

Re: [OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-13 Thread ChenQi
On 01/13/2015 10:46 PM, Moseley, Drew wrote: On Jan 11, 2015, at 9:05 PM, ChenQi wrote: On 01/09/2015 11:52 PM, Drew Moseley wrote: Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/file

Re: [OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-13 Thread Moseley, Drew
> On Jan 11, 2015, at 9:05 PM, ChenQi wrote: > > On 01/09/2015 11:52 PM, Drew Moseley wrote: >> Use static device paths for mounting from /dev/disk/ in >> case the device ordering changes. >> >> Signed-off-by: Drew Moseley >> --- >> meta/recipes-core/initrdscripts/files/init-install.sh | 14 ++

Re: [OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-11 Thread ChenQi
On 01/09/2015 11:52 PM, Drew Moseley wrote: Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) d

[OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-09 Thread Drew Moseley
Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/initrdscripts/file