#!/bin/sh # # Server-specific Solaris 8 Jumpstart post-install script. # This script is called from the generic finish script, and carries # out server-specific customizations. # # Revision History : # # 17-Sep-2001 - Scott Howard - Initial Version # # ######################################################### echo "### Remove permissions from at and cron" chmod 4700 /usr/bin/crontab chmod 4700 /usr/bin/at ######################################################### echo "### Enable DNS name resolution" cat > /etc/resolv.conf <> /etc/vfstab ######################################################### echo "### Enabling 64 bit kernel" /usr/bin/perl -pe 's/#(ALLOW_64BIT_KERNEL_ON_UltraSPARC_1_CPU=true)/\1/' -i /platform/sun4u/boot.conf