summaryrefslogtreecommitdiff
path: root/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh')
-rwxr-xr-xrecipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh b/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh
index 545da5c..fccb40f 100755
--- a/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh
+++ b/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh
@@ -133,7 +133,7 @@ read_args() {
ROOT_RWDEVICE=$optarg
if rootrwdev="$(finddevice ${ROOT_RWDEVICE})" ; then
# Replace the rootfs string with the findfs device result
- ROOT_RODEVICE="${rootrwdev}"
+ ROOT_RWDEVICE="${rootrwdev}"
fi
;;
rootrwfstype=*)