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.

18 lines
381 B

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