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

p7070_firmware « 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: e14653c005bf5d405489a8cbbff267b9891bc2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[ "$cfg_firmware" == "_nand_" ] || loadFirmware
mod_repair_etc

softwareCheck
checkUsbGamepath

if [ ! -d "$mountpoint/lib/modules/$(uname -r)" ]; then
  if [ -d "$rootfs/lib/modules/$(uname -r)" ]; then
    overmount "/lib/modules"
  else
    echo "no modules for loaded kernel $(uname -r)"
  fi
fi