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.

27 lines
475 B

  1. BINLIST="
  2. bin/ps bin/df bin/mkdir bin/more usr/bin/less sbin/fdisk usr/sbin/disktype
  3. bin/cpio bin/gzip usr/bin/wc usr/bin/od
  4. bin/rmdir usr/bin/lsmod sbin/depmod
  5. usr/sbin/lspci sbin/ip bin/dmesg
  6. usr/bin/mkfifo
  7. sbin/ldconfig
  8. usr/bin/id
  9. usr/sbin/groupadd
  10. sbin/mkfs.xfs
  11. sbin/mkfs.ext2
  12. sbin/mkfs.ext3
  13. sbin/fsck.ext2
  14. "
  15. for x in $BINLIST
  16. do
  17. add_with_deps $rootdir/$x /$x
  18. done
  19. echo "dir /usr/share 0755 0 0"
  20. echo "file /usr/share/pci.ids $rootdir/usr/share/pci.ids 0644 0 0"