Welcome to mirror list, hosted at ThFree Co, Russian Federation.

p7000_preinit « preinit.d « etc « rootfs « hakchi « mod_hakchi « mods - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed85bfd2fd94e9b042c93819c104b0201349ce09 (plain)
1
2
3
4
5
6
7
8
9
if [ "$cfg_boot_stock" == "y" ]; then
  # load firmware if needed/present
  source_parts "$preinit.d/p????_*firmware*"
  # stop loading
  umount_base 2>/dev/null
  return 0
fi

echo "loading $modname"