Integrate meta-seconorth-distro/fix_install_scripts_merge
Commit: seco-ne/yocto/layers/meta-seconorth-distro@896a9522
fng:install: Add check to format_user_partition function
BCS 746-001216
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@cc4aa83b
fng:install: Fix error messages in user partition functions
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@c1e6a080
fng:install: Replaced lsblk by blkid
The lsblk tool isn't available in older Flash-N-Go System versions. Replaced it by blkid, which also outputs the fstype and seems to be available in older versions.
BCS 746-001216
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@f9a7e624
fng:install: Added workaround to format_user_partition
The post-format check failed all the time. Replaced the check by a sleep for now.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@edb35f30
fng:install: Moved --UserPartition parameter to common
The parameter was only available in the fng-install script but is also required in the fng-self-update/init scripts. Moved the parameter to the common script sources.
BCS 746-001216
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@2588e9fb
fng:install: Fixed --UserPartition parameter and added defaults
The --UserPartition parameter wasn't working correctly. Fixed the functionality of the parameter. Also added default parameters for the user partition. In the future, the user partition will always be formatted during the installation, when no filesystem was found.
BCS 746-000813 BCS 746-001216
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@fc4b9603
fng:install: Added detection of the partition fs type
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@511ab286
fng:scripts: Removed --user-partition-size parameter
The parameter is replaced by the old user partition parameter (--UserPartition).
BCS 746-000813
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@42fd957b
fng:install: Updated comments and some clean-up
BCS 746-000813
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@5be01692
git: Added gitignore for WiC plugins source