[openwrt/openwrt] ipq806x: work-around vendor 'rootfs_data' GPT partition
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 19 13:37:05 GMT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d0d63162b6fab566c0e2eced26773b935c637e46
commit d0d63162b6fab566c0e2eced26773b935c637e46
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Mar 19 13:32:22 2021 +0000
ipq806x: work-around vendor 'rootfs_data' GPT partition
ZyXEL NBG6817 comes with an eMMC which contains a GPT partition named
'rootfs_data'. This currently confuses fstools and makes it pick that
(not suitable) partition.
Use the newly introduced fstools_ignore_partname=1 kernel cmdline
parameter to have fstools ignore that partition.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts
index 2573349f55..119598d074 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts
@@ -22,7 +22,7 @@
};
chosen {
- bootargs = "rootfstype=squashfs,ext4 rootwait noinitrd";
+ bootargs = "rootfstype=squashfs,ext4 rootwait noinitrd fstools_ignore_partname=1";
append-rootblock = "root=/dev/mmcblk0p";
};
More information about the lede-commits
mailing list