summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-03 15:39:27 +0000
committerMatt Wilson <msw@redhat.com>2000-01-03 15:39:27 +0000
commit1b440dad447b0f6b804432bf0609b2219a513e12 (patch)
tree771f1307443850dcf126ed9f799fd70ada0563ac /fstab.py
parentf7798d5b4ad51ac0f54d4764f960d50fd8d0a20d (diff)
downloadanaconda-1b440dad447b0f6b804432bf0609b2219a513e12.tar.gz
anaconda-1b440dad447b0f6b804432bf0609b2219a513e12.tar.xz
anaconda-1b440dad447b0f6b804432bf0609b2219a513e12.zip
remove debugging
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 81bf3f808..85925c0a1 100644
--- a/fstab.py
+++ b/fstab.py
@@ -358,7 +358,6 @@ class Fstab:
continue
elif fsystem == "vfat" and mntpoint == "/":
# do a magical loopback mount -- whee!
- print "trying loopback magic"
iutil.mkdirChain("/mnt/loophost")
isys.makeDevInode(device, '/tmp/' + device)
isys.mount('/tmp/' + device, "/mnt/loophost", fstype = "vfat")