On Sat, Sep 09, 2006 at 12:12:08PM -0700, Michael Hopkins enlightened us:
> I noticed that in Unattended 4.2, a decision got made to go back to mounting 
> the ntinstall\install share as read-only. However, I found a mention of 
> adding a new kernel parameter to allow the user to mount the share with 
> write privileges. That parameter was supposed to be called z_opts.
> 
> I tried passing that parameter in by editing the default file in 
> pxelinux.cfg, but it does not seem to have an effect. Did the z_opts feature 
> actually get put in? I included a bookmark to the reference of it and a 
> snippet below:
> 
> http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg01735.html
> 
> (Linux) Change default mount options for install share back to
> read-only.  Add support for "z_opts" kernel parameter to override
> default mount options (e.g., "z_opts=rw").
> 

It appears to at least be in CVS, line 236-ish of master:

    # Add extra mount options, if any.
    z_opts=$(get_cmdline_param z_opts)
    [ -n "$z_opts" ] \
        && mount_opts="$mount_opts,$z_opts"

        
Matt

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to