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
403 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 sbin/mkfs.xfs bin/rmdir usr/bin/lsmod sbin/depmod
  4. usr/sbin/lspci sbin/ip bin/dmesg
  5. usr/bin/mkfifo
  6. usr/sbin/groupadd
  7. "
  8. for x in $BINLIST
  9. do
  10. add_with_deps $rootdir/$x /$x
  11. done
  12. echo "dir /usr/share 0755 0 0"
  13. echo "file /usr/share/pci.ids $rootdir/usr/share/pci.ids 0644 0 0"