LVM and general update (#68)
* Small fixes * General update * Add LVM * Various small fixes * Add profile * Typo * sbin to regex * Date and time to extends * Read cmdline * Remove grep duplicate * Small fixes * Typo * Permissions for warning scripts * Add net_admin for multipath
This commit is contained in:
parent
1649b427f8
commit
9818daba5f
19 changed files with 237 additions and 49 deletions
|
|
@ -12,6 +12,10 @@
|
|||
# Hexadecimal
|
||||
@{hex}=[0-9a-fA-F]*
|
||||
|
||||
# Date and time
|
||||
@{date}=[0-9][0-9][0-9][0-9]-[1-12]-[1-31]
|
||||
@{time}=[1-24]-[0-60]-[0-60]
|
||||
|
||||
# @{MOUNTDIRS} is a space-separated list of where user mount directories
|
||||
# are stored, for programs that must enumerate all mount directories on a
|
||||
# system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue