diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-16 17:43:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
| commit | 95f236f668f641224144a527279e368e98e2e6bf (patch) | |
| tree | 33b9226229a885ded1029c30a21770f1001a83ab /meta/recipes-core/initrdscripts | |
| parent | 9ebd0a84e70294440445c8d2da382409f2dcadf9 (diff) | |
| download | poky-95f236f668f641224144a527279e368e98e2e6bf.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-core/initrdscripts')
| -rw-r--r-- | meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh | 2 | ||||
| -rw-r--r-- | meta/recipes-core/initrdscripts/files/init-install-testfs.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh b/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh index b351985a61..1fcd29e54c 100644 --- a/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh +++ b/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh | |||
| @@ -133,7 +133,7 @@ mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /rootmnt | |||
| 133 | echo "Copying rootfs files..." | 133 | echo "Copying rootfs files..." |
| 134 | cp -a /rootmnt/* /ssd | 134 | cp -a /rootmnt/* /ssd |
| 135 | 135 | ||
| 136 | touch /ssd/etc/masterimage | 136 | touch /ssd/etc/controllerimage |
| 137 | 137 | ||
| 138 | if [ -d /ssd/etc/ ] ; then | 138 | if [ -d /ssd/etc/ ] ; then |
| 139 | # We dont want udev to mount our root device while we're booting... | 139 | # We dont want udev to mount our root device while we're booting... |
diff --git a/meta/recipes-core/initrdscripts/files/init-install-testfs.sh b/meta/recipes-core/initrdscripts/files/init-install-testfs.sh index ac62160528..7b49001659 100644 --- a/meta/recipes-core/initrdscripts/files/init-install-testfs.sh +++ b/meta/recipes-core/initrdscripts/files/init-install-testfs.sh | |||
| @@ -158,7 +158,7 @@ mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /src_root | |||
| 158 | echo "Copying rootfs files..." | 158 | echo "Copying rootfs files..." |
| 159 | cp -a /src_root/* /tgt_root | 159 | cp -a /src_root/* /tgt_root |
| 160 | 160 | ||
| 161 | touch /tgt_root/etc/masterimage | 161 | touch /tgt_root/etc/controllerimage |
| 162 | 162 | ||
| 163 | if [ -d /tgt_root/etc/ ] ; then | 163 | if [ -d /tgt_root/etc/ ] ; then |
| 164 | echo "$bootfs /boot ext3 defaults 1 2" >> /tgt_root/etc/fstab | 164 | echo "$bootfs /boot ext3 defaults 1 2" >> /tgt_root/etc/fstab |
