diff options
author | Harald Hoyer <harald@redhat.com> | 2012-03-02 14:25:57 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-03-08 11:00:29 +0100 |
commit | 2c0317213ebe3a6cd0f0db5fb5b7a3da0d42cdda (patch) | |
tree | 5ad738722834af132d5b2393a3440c9dfdafe7a3 /modules.d/90dmsquash-live/dmsquash-live-root.sh | |
parent | 5861184e87e9d9164c093d3600d85c670c828886 (diff) | |
download | dracut-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-x | modules.d/90dmsquash-live/dmsquash-live-root.sh | 2 |
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 |