As the "Subject:" says, I'm trying to add my own packages to a custom JumpStart.

The profile that gets picked up based on the rules looks like this:
#
# install_type MUST be first
#
install_type    initial_install
cluster         SUNWCreq
cluster         SUNWCssh
cluster         SUNWCaudd
cluster         SUNWCfwcmp
package         SUNWtcsh
package         SUNWless
package         SUNWdoc
cluster         SUNWCpm
cluster         SUNWCnca
package         SUNWgcmn
cluster         SUNWCptoo
...
#
# ABCD packages
# package       package_name add nfs server_name:/path [retry n]
# package       package_name add nfs://server_name:/path [retry n]
#
package         ABCDfoundation add nfs 
1.2.3.4:/export/install/jumpstart/ABCD/SunOS
package         ABCDtermresize
package         ABCDtcshrc
package         ABCDwheelgroup
package         ABCDae
...
#
# define how the disk is used
#
fdisk                   c1d0            solaris         maxfree
fdisk                   c2d0            solaris         maxfree
partitioning            explicit
filesys                 mirror:d0       c1d0s0 c2d0s0   free    /
filesys                 mirror:d10      c1d0s1 c2d0s1   4161    swap
metadb                  c1d0s7          size 8192       count 3
metadb                  c2d0s7          size 8192       count 3


The problem is that the ABCD packages do not get installed. I even tried

"package ABCDfoundation local_file /cdrom/..."

but that does not work either.

Why? What am I doing wrong, or missing?
 
 
This message posted from opensolaris.org

Reply via email to