mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
629 B

  1. MODTMP="$TMPDIR/modules-$k_ver"
  2. # mount.aufs is a shell script and requires external programs
  3. BINLIST="
  4. sbin/aulchown
  5. sbin/auplink
  6. sbin/mount.aufs
  7. sbin/umount.aufs
  8. bin/cat
  9. bin/dd
  10. bin/egrep
  11. bin/fgrep
  12. bin/ln
  13. bin/mount
  14. bin/mv
  15. bin/rm
  16. bin/sed
  17. usr/bin/awk
  18. usr/bin/basename
  19. usr/bin/comm
  20. usr/bin/diff
  21. usr/bin/paste
  22. usr/bin/tac
  23. usr/bin/tee
  24. usr/bin/tail
  25. usr/bin/touch
  26. usr/bin/rev
  27. "
  28. for x in $BINLIST
  29. do
  30. add_with_deps $rootdir/$x /$x
  31. done
  32. echo "dir /branch 0755 0 0"
  33. echo "file /bin/extract-cpio $filesdir/bin/extract-cpio.sh 0755 0 0"
  34. mkdir -p $MODTMP/lib/modules/$k_ver/misc
  35. cp -a {$rootdir,$MODTMP}/lib/modules/$k_ver/misc/aufs.ko