From 16addb86fc791aa7c2d28f120bfc3cccc74a00ad Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 17 Jul 2013 11:26:55 +0200 Subject: [PATCH] base: remove RD_TIMESTAMP --- modules.d/99base/init.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh index 16104ae03..f228a3a64 100755 --- a/modules.d/99base/init.sh +++ b/modules.d/99base/init.sh @@ -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 -- 2.47.3