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.

19 lines
420 B

  1. BINLIST="
  2. bin/tar bin/bzip2 bin/gzip
  3. bin/bash usr/bin/awk usr/bin/basename bin/cat bin/cp bin/cut usr/bin/find
  4. bin/ls bin/grep bin/ln usr/bin/readlink bin/rm bin/sed bin/sleep usr/bin/tr
  5. sbin/insmod bin/mount bin/umount sbin/modprobe sbin/depmod
  6. usr/bin/killall
  7. bin/ps bin/df bin/mkdir bin/more
  8. bin/chmod
  9. usr/bin/chroot
  10. "
  11. for x in $BINLIST
  12. do
  13. add_with_deps $rootdir/$x /$x
  14. done
  15. echo slink /bin/sh /bin/bash 755 0 0