Torsdag 25 september 2008 15:57, skrev tovis:
> 2. how to correct "master" script to cut out "z_opts=" part?
Seems like it is a bug in the master script..
---from line 236 ----
# Add extra mount options, if any.
z_opts=$(get_cmdline_param z_opts)
[ -n "$z_opts" ] \
&& mount_opts="$mount_opts,$z_opts"
-----
I think this will cure it:
------
# Add extra mount options, if any.
z_opts=$(get_cmdline_param z_opts)
z_opts=${z_opts#*=}
[ -n "$z_opts" ] \
&& mount_opts="$mount_opts,$z_opts"
----
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info