auto-autofs.rc.local



NAME

auto-autofs.rc.local - Local configuration file for the auto-autofs manpage


Parameters

$local::debug_level

Debug level. Set to 3 to get debug messages.

%local::name_list

Give devices an alias.

Syntax: (``device'',``alias'', ...)

%local::black_list

Don't use/show this devices.

Syntax: ('device', ['description','unused'], ...)

$local::use_command

Support for command like Eject/Umount (see %local::commands).

Syntax: 0 disable, 1 enable

$local::create_symlinks (removed in 1.3)

(see %conf::device_options in the auto-autofs.rc manpage).


=cut

$local::fstab (changes in 1.2)

Absolut file name of fstab.

$local::mtab (new in 1.2)

Absolut file name of mtab.

@local::loop_path

List of path's where loop back images stored.

Syntax: ('path', ... )

Leave empty to disable.

@local::loop_types

Check this file types for loopback devices. types are configured in %conf::device_options. (see %conf::device_options in the auto-autofs.rc manpage)

Syntax: ('types',...)

$local::show_icons

Should the HTML file show icons ?

Syntax: 0 disable, 1 enable

$local::show_buttons

Show Buttons instead of links, to avoid mounting through roll-over effects in Konquoror.

Syntax: 0 disable, 1 enable.

$local::icon_path

Path to icons from KDE2. You can download this icons from http://auto-autofs.sourceforge.net/download/. This prefix is set before all other icon paths.

$local::favicon (new in 0.9)

Name of favicon or shortcut icon.

$local::html (changes in 0.9)

Absolut name of the created HTML index file.

$local::links (changes in 0.9.1)

Absolut name of the created LINKS file.

$local::programs (changes in 0.7)

Path and parameters for the following programs: fdisk, rm and modprobe.

%local::commands (changes in 0.6)

List of commands.

Syntax: (``command'','program', ...)

The string program would be executed, when the automounter tries to access to something like this: /mnt/entry~command

The following variables exists:

$DEVICE
will be replaced with device name (for example: /dev/hda1)

$NAME
will be replaced with entry name (for example: part)

$local::zip_partition (changes in 0.7)

Default zip partition number (1 or 4). Only necessery if zip detection is without fdisk.

$local::floppy

Command for searching floppy string. Should return something like: ``Floppy drive(s): fd0 is 1.44M, fd1 is 1.2M''

$local::standard_options

Standard filesystem option. All filesystem will use this options.

$local::fs_options

Some spezial filesystem options, for frequently used fs.

@local::fs_entry (changes in 1.0)

Some ready entries for frequently used file systems.

Syntax: [['name','options','icon']]

%local::default_entries

Here you can add some spezial entries, like network entries. For nfs: server is the name of the nfs server.

Syntax: (``entry'', ['description','unused', ['model','icon'], [['device',``fs type'','mount options', 'server',create_symlink], ... ]], ...)

If create_symlink set to 1 and %local::create_symlinks is also set to 1 then symbolic links will be created. (see %local::create_symlinks)


=cut

%local::default_entries = ( # ``c'' , ['c on server','', # ['Network Connection (SMB)','devices/nfs_unmount.png'], # [['//192.168.31.6/c',``smbfs'',$local::smb_options,'',0]]], # ``d'' , ['d on server','', # ['Network Connection (SMB)','devices/nfs_unmount.png'], # [['//192.168.31.6/d',``smbfs'',$local::smb_options,'',0]]], # ``nfstest'' , ['test on server','', # ['Network Connection (NFS)','devices/nfs_unmount.png'], # [['/test',``nfs'','','server',0]]], );

$local::load_modules

some kernel modules should be loaded.


Syntax: "B<module> ...";

$local::create_kde_lnks (new in 0.6)

Create .desktop files for Konqueror dirtree. Please take a look in the README file how to use it.


Syntax: 0 disable, 1 enable

$local::kde_dirtree (new in 0.6)

Path to konqueror dirtree/devices. Please take a look in the README file how to use it.

$local::use_kde_images (new in 0.9)

Do you use KDE-Icons? When set to 1 then the path and the extension will be removed in *.desktop files.

Syntax: 0 no, 1 yes


AUTHOR

Peter Korf, <peter@niendo.de>.


SEE ALSO

the auto-autofs manpage, the auto-autofs.rc manpage.

 auto-autofs.rc.local