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@makrotopia.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Daniel Golle 2021-03-19 13:32:22 +00:00 committed by maurerr
parent 7572e117bf
commit e95f585162

View File

@ -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";
};