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.

13 lines
302 B

  1. stone_custmain() {
  2. echo "Installing the stone setup tool ..."
  3. cp -v $confdir/stone.sh $root/usr/sbin/stone
  4. chmod +x $root/usr/sbin/stone
  5. for x in $( cd $confdir ; echo stone_*.sh ) ; do
  6. cp -v $confdir/$x $root/etc/stone.d/${x#stone_}
  7. done
  8. }
  9. custmain="stone_custmain"
  10. srctar=none
  11. autoextract=0