summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-30 12:01:56 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-30 12:01:56 +0200
commit8e44775b924ffda52f1919150674790660b9348a (patch)
tree0c9e8a5c5d64c3d30ee890ca75dd5d0eaf9996c9 /doc
parentfb95875f6daffe7b9c6fbea69cf7c89246ea7985 (diff)
downloadfirstaidkit-8e44775b924ffda52f1919150674790660b9348a.tar.gz
firstaidkit-8e44775b924ffda52f1919150674790660b9348a.tar.xz
firstaidkit-8e44775b924ffda52f1919150674790660b9348a.zip
It looks nicer if each flag is an ".IP" instead of an ".SH".
This also helps the resulting wiki page.
Diffstat (limited to 'doc')
-rw-r--r--doc/firstaidkit-flags.156
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/firstaidkit-flags.1 b/doc/firstaidkit-flags.1
index 9ff23c0..8e17186 100644
--- a/doc/firstaidkit-flags.1
+++ b/doc/firstaidkit-flags.1
@@ -7,73 +7,73 @@ It describes all flags you can use as dependencies in plugins.
The general structure of flag name is category_subsystem_part_lowerpart_...
For every level of the hierarchy should exist FlagTrackerPlugin which will set the master flags, when everything is OK.
-.SH "experimental"
+.IP "experimental"
Flag denoting plugin as experimental and not to be run except in testing environment and by advanced users.
Do not provide in any plugin! Dependency flag only!
-.SH "unsafe"
+.IP "unsafe"
This plugin works, but can cause damage when the planets are badly aligned. Run only if you know what are you doing.
Do not providein any plugin! Dependency flag only!
-.SH "root"
+.IP "root"
This plugin has to run in root environment. Dependency flag only!
-.SH "arch-x86"
+.IP "arch-x86"
I'm running on x86 machine. Dependency flag only! There may be set also the subtype flags: arch-i?86, arch-x86_64
-.SH "arch-ppc"
+.IP "arch-ppc"
I'm running on ppc machine. Dependency flag only! There may be set also the subtype flags: arch-ppc64
-.SH "arch-s390"
+.IP "arch-s390"
I'm running on ppc machine. Dependency flag only! There may be set also the subtype flags: arch-s390x
-.SH "storage"
+.IP "storage"
All storage related tests ran with Not applicable or OK results
-.SH "storage_lvm"
+.IP "storage_lvm"
LVM is present and OK
-.SH "storage_md"
+.IP "storage_md"
MD is present and OK
-.SH "storage_<filesystem name>"
+.IP "storage_<filesystem name>"
All filesystems of this type are OK
-.SH "storage_layout"
+.IP "storage_layout"
Direstory structure of installed box is OK
-.SH "boot"
+.IP "boot"
All tests for bootable box ran with Not applicable or OK results
-.SH "boot_grub"
-.SH "boot_lilo"
+.IP "boot_grub"
+.IP "boot_lilo"
Bootloader is present and OK
-.SH "boot_kernel"
-.SH "boot_initrd"
+.IP "boot_kernel"
+.IP "boot_initrd"
The booting kernel/initrd pair is present and OK
-.SH "boot_kernel_modules"
+.IP "boot_kernel_modules"
All checked modules are present and OK
-.SH "boot_kernel_modules_<modulename>"
+.IP "boot_kernel_modules_<modulename>"
Module is present and supposed to work
-.SH "network"
+.IP "network"
All network related tests ran with Not applicable or OK results
-.SH "network_link"
-.SH "network_hostname"
-.SH "network_hosts"
-.SH "network_dhcp"
-.SH "network_dns"
-.SH "network_firewall"
+.IP "network_link"
+.IP "network_hostname"
+.IP "network_hosts"
+.IP "network_dhcp"
+.IP "network_dns"
+.IP "network_firewall"
Part of network configuration was checked and appears OK
-.SH "rpm"
-.SH "rpm_consistent"
+.IP "rpm"
+.IP "rpm_consistent"
RPM database is in OK state and contains the right information
-.SH "rpm_lowlevel"
+.IP "rpm_lowlevel"
RPM database has all required files and databases working
.SH "SEE ALSO"