From: Ramesh GK <ram...@ho...> - 2023-01-22 05:00:51
|
Hi Lonnie, I observed a weird issue with loading the ASTURW and ASTKD partitions post an upgrade in a custom version built with a newer version of util-linux (2.37.4). It looks like the check of the partitions has to be done post mounting the sysfs. Not sure much of the background but it was working after i moved the below lines in /etc/rc in astlinux just before the line 211 so the partitions are detected. set_asturw set_kddev line 211: if [ -n "$ASTURW" ]; then Thanks Ramesh GK |