summaryrefslogtreecommitdiff
path: root/modules.d/90dmsquash-live/dmsquash-live-root.sh
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-03-02 14:25:57 +0100
committerHarald Hoyer <harald@redhat.com>2012-03-08 11:00:29 +0100
commit2c0317213ebe3a6cd0f0db5fb5b7a3da0d42cdda (patch)
tree5ad738722834af132d5b2393a3440c9dfdafe7a3 /modules.d/90dmsquash-live/dmsquash-live-root.sh
parent5861184e87e9d9164c093d3600d85c670c828886 (diff)
downloaddracut-2c0317213ebe3a6cd0f0db5fb5b7a3da0d42cdda.tar.gz
dracut-2c0317213ebe3a6cd0f0db5fb5b7a3da0d42cdda.tar.bz2
dracut-2c0317213ebe3a6cd0f0db5fb5b7a3da0d42cdda.zip
get rid of /tmp/root.info
Diffstat (limited to 'modules.d/90dmsquash-live/dmsquash-live-root.sh')
-rwxr-xr-xmodules.d/90dmsquash-live/dmsquash-live-root.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh b/modules.d/90dmsquash-live/dmsquash-live-root.sh
index e3606cf7..8a21e44d 100755
--- a/modules.d/90dmsquash-live/dmsquash-live-root.sh
+++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh
@@ -5,8 +5,6 @@
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
type det_fs >/dev/null 2>&1 || . /lib/fs-lib.sh
-[ -f /tmp/root.info ] && . /tmp/root.info
-
PATH=/usr/sbin:/usr/bin:/sbin:/bin
if getargbool 0 rd.live.debug -y rdlivedebug; then