solaris 10 - custom jumpstart menu.lst
        Posted  
        
            by romant
        on Server Fault
        
        See other posts from Server Fault
        
            or by romant
        
        
        
        Published on 2010-05-20T04:48:07Z
        Indexed on 
            2010/05/20
            5:01 UTC
        
        
        Read the original article
        Hit count: 303
        
Is it possible to include the config.tar (encompasses the rules before/after scripts…) instead of on a web server served through http:// - but included no the cdrom itself.
Namely am trying to do something along the lines of:
title Solaris 
        kernel$ /boot/multiboot kernel/$ISADIR/unix install cdrom:/config/config.tar dhcp -B install_media=cdrom 
        module$ /boot/$ISADIR/x86.miniroot
Yet it seems Solaris only supports HTTP or NFS as the source for config.tar - and not the CDROM itself.
Any ideas?
Thank you.
© Server Fault or respective owner