]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed some things of the old installer from /etc/fstab.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Aug 2008 18:45:52 +0000 (20:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Aug 2008 18:45:52 +0000 (20:45 +0200)
This /etc/fstab is not correct! We must fix this soon.

config/etc/fstab

index b9f577476f63ba2e4254326b31adbc890a03525c..86934c733ff2bd6489a82c74f58c8efd8040d382 100644 (file)
@@ -1,10 +1,6 @@
 #
 # file system  mount-point  type     options         dump  fsck
 #                                                        order
-DEVICE1        /boot        ext2     defaults        1     2
-DEVICE2        swap         swap     pri=1           0     0
-DEVICE3        /            FSTYPE   defaults        1     1
-DEVICE4        /var         FSTYPE   defaults        1     1
 proc           /proc        proc     defaults        0     0
 sysfs          /sys         sysfs    defaults        0     0
 devpts         /dev/pts     devpts   gid=4,mode=620  0     0