]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 16104ae03374ef3383f6476b819b904d056fd942..f228a3a643c50bb429c55fcd23e4c2778a9e7a2a 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