diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-06 09:22:43 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-06 09:22:43 -0400 |
commit | 6237ecf456b95ac37864cf91df9cd02795a529d4 (patch) | |
tree | 6c26858ed69113ecc091964324d2b56292a78fe4 /libre-testing/systemd/initcpio-install-timestamp | |
parent | 1c27f57b1a28074a50e05aaa73c47ef55127e318 (diff) | |
parent | 5cd5d2171660435cd34470577be150e2a01d1b5e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre-testing/systemd/initcpio-install-timestamp')
-rw-r--r-- | libre-testing/systemd/initcpio-install-timestamp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre-testing/systemd/initcpio-install-timestamp b/libre-testing/systemd/initcpio-install-timestamp new file mode 100644 index 000000000..259cc705b --- /dev/null +++ b/libre-testing/systemd/initcpio-install-timestamp @@ -0,0 +1,14 @@ +#!/bin/bash + +build() { + add_binary /usr/lib/systemd/systemd-timestamp /usr/bin/systemd-timestamp +} + +help() { + cat <<HELPEOF +Provides support for RD_TIMESTAMP in early userspace, which can be read by a +program such as systemd-analyze to determine boot time. +HELPEOF +} + +# vim: set ft=sh ts=4 sw=4 et: |