base: remove RD_TIMESTAMP
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Jul 2013 09:26:55 +0000 (11:26 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Jul 2013 09:26:55 +0000 (11:26 +0200)
modules.d/99base/init.sh

index 16104ae..f228a3a 100755 (executable)
@@ -37,13 +37,6 @@ fi
 RD_DEBUG=""
 . /lib/dracut-lib.sh
 
-if [ -x $systemdutildir/systemd-timestamp ]; then
-    RD_TIMESTAMP=$($systemdutildir/systemd-timestamp)
-else
-    read RD_TIMESTAMP _tmp < /proc/uptime
-    unset _tmp
-fi
-
 setdebug
 
 if ! ismounted /dev; then