FLL_FSTAB_GENERATOR(8)
======================
Kel Modderman <kelvmod@gmail.com>


NAME
----
fll_fstab_generator - a program for generating the /etc/fstab file


SYNOPSIS
--------
'fll_fstab_generator' [OPTIONS...]


DESCRIPTION
-----------
fll_fstab_generator(8) is used for the initial creation of '/etc/fstab' while
in the fll live linux environment.


OPTIONS
-------
-a, --auto::
	Set 'auto' mount option where applicable.

-b, --blkid::
	Use blkid to query filesystem information.

-c <dir>, --chroot=<dir>::
	Prepend chroot path to mount point directories.

-f <file>, --file=<file>::
	File to write fstab configuration output to.

-i <device>, --ignore=<device>::
	Specify devices to ignore and not include in fstab configuration when
	they would otherwise qualify for inclusion.

-l, --labels::
	Use LABELS tokens for mount names when possible.

-m, --mkdir::
	Create mount points for each '/etc/fstab' filesystem entry.

-n, --nomounts::
	Disable detection of local mounts, simulating a fll live environment.

-r, --removable::
	Include entries for removable devices.

-N, --noswap::
	Disable addition of swap partitions to '/etc/fstab'.

-s, --swapon::
	Enable addition of swap partitions to '/etc/fstab'.

-u, --uuids::
	Use UUID tokens for mount names when possible.

-w <device>, --wanted=<device>::
	Specify devices to include in fstab configuration when they would
	otherwise not qualify for inclusion. For example, usb devices.


SEE ALSO
--------
fstab(5)


AUTHOR
------
Kel Modderman <kelvmod@gmail.com>


RESOURCES
---------
FULLSTORY Homepage: https://github.com/fullstory/[]


COPYING
-------
Copyright \(C) 2008 Kel Modderman <kelvmod@gmail.com>. Free use of this software
is granted under the terms of the GNU General Public License (GPL) version 2.
