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.

12 lines
285 B

  1. cd $disksdir
  2. echo "Cleaning boot directory:"
  3. find boot/ -name "*.b" ! -name "second.b" -exec rm -f {} +
  4. #
  5. echo "Creating silo config file."
  6. cp -v $confdir/sparc/{silo.conf,boot.msg,help1.txt} boot/
  7. #
  8. cat > $build_rock/isofs_arch.txt <<- EOT
  9. BOOT -G $rootdir/boot/isofs.b -B ...
  10. EOT