summaryrefslogtreecommitdiff
path: root/recipes-images
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 15:08:53 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-10 10:33:18 +0200
commitc4a975afd5b226d99d070930be4ed56b5dc34d8f (patch)
treefb6fea6d8ad2c719bc03d447786caf1c27389333 /recipes-images
parent066142017317e55a3666c98de77eb701d4105508 (diff)
genext3fs.sh: rename mnt/trdx-rootfs to mnt/tdx-rootfs
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Diffstat (limited to 'recipes-images')
-rwxr-xr-xrecipes-images/images/files/apalis-tk1-mainline/tegra-uboot-flasher/genext3fs.sh2
-rwxr-xr-xrecipes-images/images/files/library/genext3fs.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-images/images/files/apalis-tk1-mainline/tegra-uboot-flasher/genext3fs.sh b/recipes-images/images/files/apalis-tk1-mainline/tegra-uboot-flasher/genext3fs.sh
index ffcf060..93c2b60 100755
--- a/recipes-images/images/files/apalis-tk1-mainline/tegra-uboot-flasher/genext3fs.sh
+++ b/recipes-images/images/files/apalis-tk1-mainline/tegra-uboot-flasher/genext3fs.sh
@@ -4,7 +4,7 @@
# sometimes we need the binary echo, not the shell builtin
ECHO=`which echo`
-MOUNTPOINT="mnt/trdx-rootfs"
+MOUNTPOINT="mnt/tdx-rootfs"
Usage()
{
diff --git a/recipes-images/images/files/library/genext3fs.sh b/recipes-images/images/files/library/genext3fs.sh
index ffcf060..93c2b60 100755
--- a/recipes-images/images/files/library/genext3fs.sh
+++ b/recipes-images/images/files/library/genext3fs.sh
@@ -4,7 +4,7 @@
# sometimes we need the binary echo, not the shell builtin
ECHO=`which echo`
-MOUNTPOINT="mnt/trdx-rootfs"
+MOUNTPOINT="mnt/tdx-rootfs"
Usage()
{