diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-03-07 21:14:38 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-03-07 21:14:38 +0100 |
commit | 3f90dc3e321f9c54b7b42ab0c548c591b8e4142e (patch) | |
tree | f22c2f27f086c1deec13bce85aa4a7eb2ccf9831 | |
parent | ddd22ae9cac387588c6e24d7a7f7c64e8a212d7f (diff) | |
download | mkinitcpio-3f90dc3e321f9c54b7b42ab0c548c591b8e4142e.tar.gz mkinitcpio-3f90dc3e321f9c54b7b42ab0c548c591b8e4142e.tar.xz |
init: remove dead code related to systemd-timestamp
-rw-r--r-- | init | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,10 +5,6 @@ mount_handler=default_mount_handler init=/sbin/init rd_logmask=0 -if [ -x /usr/bin/systemd-timestamp ]; then - RD_TIMESTAMP=$(systemd-timestamp) -fi - . /init_functions mount -t proc proc /proc -o nosuid,noexec,nodev |