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

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