feat(profile): general update.
This commit is contained in:
parent
7d1380530a
commit
c785b41451
26 changed files with 56 additions and 31 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
# Define some paths for some commonly used programs
|
||||
|
||||
# All variables that refer to a path should have the `_path` suffix.
|
||||
|
||||
# Shells
|
||||
@{sh_path} = @{bin}/@{sh}
|
||||
@{shells_path} = @{bin}/@{shells}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# Define some variables for some commonly used profile. They may be used in
|
||||
# other profiles peer label.
|
||||
|
||||
# All variables that refer to a profile should be prefixed with `p_`
|
||||
# All variables that refer to a profile name should be prefixed with `p_`
|
||||
|
||||
# Name of the systemd profiles. Can be `unconfined` or `systemd`, `systemd-user`
|
||||
@{p_systemd}=unconfined
|
||||
|
|
|
|||
|
|
@ -67,10 +67,6 @@
|
|||
# hci devices
|
||||
@{hci_id}=dev_@{c}@{c}_@{c}@{c}_@{c}@{c}_@{c}@{c}_@{c}@{c}_@{c}@{c}
|
||||
|
||||
# Date and time
|
||||
@{date}=[0-2][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]
|
||||
@{time}={[0-2],}[0-9]-[0-5][0-9]-[0-6][0-9]
|
||||
|
||||
# @{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