Don't like ads? PRO users don't see any ads ;-)
Guest

lib32-systemd-tools-194-4: initcpio-install-timestamp

By: jtts on Oct 25th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 4  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #!/bin/bash
  2.  
  3. build() {
  4.     add_binary /usr/lib/systemd/systemd-timestamp /usr/bin/systemd-timestamp
  5. }
  6.  
  7. help() {
  8.     cat <<HELPEOF
  9. Provides support for RD_TIMESTAMP in early userspace, which can be read by a
  10. program such as systemd-analyze to determine boot time.
  11. HELPEOF
  12. }
  13.  
  14. # vim: set ft=sh ts=4 sw=4 et: