summaryrefslogtreecommitdiff
path: root/modules.d
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-07-17 11:26:55 +0200
committerHarald Hoyer <harald@redhat.com>2013-07-17 11:26:55 +0200
commit16addb86fc791aa7c2d28f120bfc3cccc74a00ad (patch)
treee42b4d63fb99c8bde4183098ac59cb257baee359 /modules.d
parent5f2c30d9bcd614d546d5c55c6897e33f88b9ab90 (diff)
downloaddracut-16addb86fc791aa7c2d28f120bfc3cccc74a00ad.tar.gz
dracut-16addb86fc791aa7c2d28f120bfc3cccc74a00ad.tar.bz2
dracut-16addb86fc791aa7c2d28f120bfc3cccc74a00ad.zip
base: remove RD_TIMESTAMP
Diffstat (limited to 'modules.d')
-rwxr-xr-xmodules.d/99base/init.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh
index 16104ae0..f228a3a6 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