summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-07 19:39:52 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-07 19:39:52 +0200
commit27cb269e0f7d360de373785789c7eea55e828ad1 (patch)
tree046b5f8f3bf8d0b6fda4eec237ba8e96bfd5a5b9 /doc
parent18a8febe285a2f88e2a003160058fccda9556f01 (diff)
downloadfirstaidkit-27cb269e0f7d360de373785789c7eea55e828ad1.tar.gz
firstaidkit-27cb269e0f7d360de373785789c7eea55e828ad1.tar.xz
firstaidkit-27cb269e0f7d360de373785789c7eea55e828ad1.zip
Change the FLAGS file to an actual manpage.
Diffstat (limited to 'doc')
-rw-r--r--doc/FLAGS74
-rw-r--r--doc/firstaidkit-flags.187
2 files changed, 87 insertions, 74 deletions
diff --git a/doc/FLAGS b/doc/FLAGS
deleted file mode 100644
index 4a3c08e..0000000
--- a/doc/FLAGS
+++ /dev/null
@@ -1,74 +0,0 @@
-This file 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.
-
-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!
-
-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!
-
-root
- This plugin has to run in root environment. Dependency flag only!
-
-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
-
-arch-ppc - I'm running on ppc machine. Dependency flag only!
- There may be set also the subtype flags: arch-ppc64
-
-arch-s390 - I'm running on ppc machine. Dependency flag only!
- There may be set also the subtype flags: arch-s390x
-
-storage
- All storage related tests ran with Not applicable or OK results
-
-storage_lvm
- LVM is present and OK
-
-storage_md
- MD is present and OK
-
-storage_<filesystem name>
- All filesystems of this type are OK
-
-storage_layout
- Direstory structure of installed box is OK
-
-boot
- All tests for bootable box ran with Not applicable or OK results
-
-boot_grub
-boot_lilo
- Bootloader is present and OK
-
-boot_kernel
-boot_initrd
- The booting kernel/initrd pair is present and OK
-
-boot_kernel_modules
- All checked modules are present and OK
-
-boot_kernel_modules_<modulename>
- Module is present and supposed to work
-
-network
- All network related tests ran with Not applicable or OK results
-
-network_link
-network_hostname
-network_hosts
-network_dhcp
-network_dns
-network_firewall
- Part of network configuration was checked and appears OK
-
-rpm
-rpm_consistent
- RPM database is in OK state and contains the right information
-rpm_lowlevel
- RPM database has all required files and databases working
-
-
diff --git a/doc/firstaidkit-flags.1 b/doc/firstaidkit-flags.1
new file mode 100644
index 0000000..5989ed0
--- /dev/null
+++ b/doc/firstaidkit-flags.1
@@ -0,0 +1,87 @@
+.TH "FirstAidKit Flags" "1"
+.SH "NAME" firstaidkit-flags
+.BR
+.SH "DESCRIPTION"
+This man page tries to describe the flags that must be used to creat plugins for firstaidkit
+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"
+ 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"
+ 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"
+ This plugin has to run in root environment. Dependency flag only!
+
+.SH "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"
+I'm running on ppc machine. Dependency flag only! There may be set also the subtype flags: arch-ppc64
+
+.SH "arch-s390"
+I'm running on ppc machine. Dependency flag only! There may be set also the subtype flags: arch-s390x
+
+.SH "storage"
+ All storage related tests ran with Not applicable or OK results
+
+.SH "storage_lvm"
+ LVM is present and OK
+
+.SH "storage_md"
+ MD is present and OK
+
+.SH "storage_<filesystem name>"
+ All filesystems of this type are OK
+
+.SH "storage_layout"
+ Direstory structure of installed box is OK
+
+.SH "boot"
+ All tests for bootable box ran with Not applicable or OK results
+
+.SH "boot_grub"
+.SH "boot_lilo"
+ Bootloader is present and OK
+
+.SH "boot_kernel"
+.SH "boot_initrd"
+ The booting kernel/initrd pair is present and OK
+
+.SH "boot_kernel_modules"
+ All checked modules are present and OK
+
+.SH "boot_kernel_modules_<modulename>"
+ Module is present and supposed to work
+
+.SH "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"
+ Part of network configuration was checked and appears OK
+
+.SH "rpm"
+.SH "rpm_consistent"
+ RPM database is in OK state and contains the right information
+.SH "rpm_lowlevel"
+ RPM database has all required files and databases working
+
+.SH "SEE ALSO"
+http://fedorahosted.org/firstaidkit
+
+.SH "AUTHORS"
+Martin Sivak <msivak@redhat.com>
+Joel Granados <jgranado@redhat.com>
+
+.SH "BUGS"
+Please search/report bugs at http://fedorahosted.org/firstaidkit/newticket