From c4a975afd5b226d99d070930be4ed56b5dc34d8f Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 7 Apr 2017 15:08:53 +0200 Subject: genext3fs.sh: rename mnt/trdx-rootfs to mnt/tdx-rootfs Signed-off-by: Marcel Ziswiler Acked-by: Dominik Sliwa --- .../images/files/apalis-tk1-mainline/tegra-uboot-flasher/genext3fs.sh | 2 +- recipes-images/images/files/library/genext3fs.sh | 2 +- 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() { -- cgit v1.2.3