From 65d7afb64c344a219b831eeb0e4bb0ebcbbf4ab6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 7 Feb 2013 11:45:19 +0000 Subject: Do away with unnecessary fstab entries for proc, sys Suggested-By: Richard Maw --- writeexts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/writeexts.py b/writeexts.py index a407c059..fae0d5d9 100755 --- a/writeexts.py +++ b/writeexts.py @@ -127,8 +127,6 @@ class WriteExtension(cliapp.Application): self.status(msg='Creating fstab') fstab = os.path.join(real_root, 'factory', 'etc', 'fstab') with open(fstab, 'w') as f: - f.write('proc /proc proc defaults 0 0\n') - f.write('sysfs /sys sysfs defaults 0 0\n') f.write('/dev/sda / btrfs defaults,rw,noatime 0 1\n') def install_extlinux(self, real_root): -- cgit v1.2.1