mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
core-image-testmaster: Rename to core-image-testcontroller
Rename the image, the test controller class/code/module and the underlying image sentinel file to all match the controller terminology. (From OE-Core rev: f87b32833ac5327c4659ab8c06af34e7bda83f83) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -133,7 +133,7 @@ mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /rootmnt
|
||||
echo "Copying rootfs files..."
|
||||
cp -a /rootmnt/* /ssd
|
||||
|
||||
touch /ssd/etc/masterimage
|
||||
touch /ssd/etc/controllerimage
|
||||
|
||||
if [ -d /ssd/etc/ ] ; then
|
||||
# We dont want udev to mount our root device while we're booting...
|
||||
|
||||
@@ -158,7 +158,7 @@ mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /src_root
|
||||
echo "Copying rootfs files..."
|
||||
cp -a /src_root/* /tgt_root
|
||||
|
||||
touch /tgt_root/etc/masterimage
|
||||
touch /tgt_root/etc/controllerimage
|
||||
|
||||
if [ -d /tgt_root/etc/ ] ; then
|
||||
echo "$bootfs /boot ext3 defaults 1 2" >> /tgt_root/etc/fstab
|
||||
|
||||
Reference in New Issue
Block a user