# # By default it's always better to limit the packages # installed to begin with. We may need to add more at # a later point in time. # Taken from *-minimal.profile # Harry Hoffman # install_type MUST be first install_type initial_install # start with the minimal required number of packages cluster SUNWCreq # Since this is intended to be a minimal server, the # Solaris Core software cluster was used. However, in # many cases, a few additional packages are required to # make the system maintainable. # To support commonly needed libraries package SUNWlibC add package SUNWlibCx add # To support the Network Time Protocol package SUNWntpr add package SUNWntpu add # To support Secure Shell X Tunneling package SUNWxcu4 add package SUNWxcu4x add package SUNWxwplt add package SUNWxwpltx add package SUNWxwrtl add package SUNWxwrtlx add package SUNWswmt add # To support Secure Shell (Solaris 7+) package SUNWxwice add package SUNWxwicex add # To support PCI devices package SUNWpd add package SUNWpdx add package SUNWpdu add # To support the 'snoop' command package SUNWfns add # To support sar package SUNWaccr add package SUNWaccu add # To support showrev package SUNWadmc add package SUNWadmfw add # To support compression package SUNWgzip add package SUNWbzip add package SUNWbzipx add package SUNWzip add # To support shells package SUNWbash add # To support truss and friends package SUNWtoo add package SUNWtoox add # To support man pages package SUNWman add package SUNWdoc add # want to define how the disk is used - not use defaults # # General Purpose Server. Given the size of today's hard # drives, providing 500 MB for logs, electronic mail, # and print queues in addition to 1 GB for swap space # should not be a problem. The significant amount of swap # space can also help protect against certain denial of # service attacks. # # partitioning explicit # filesys rootdisk.s3 500 /var # filesys rootdisk.s1 1000 swap # filesys rootdisk.s0 free / partitioning explicit filesys rootdisk.s7 35 filesys rootdisk.s3 500 /var filesys rootdisk.s1 768 swap filesys rootdisk.s0 free / # install system as standalone system_type standalone