]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Remove template of /etc/fstab
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Aug 2014 14:09:54 +0000 (16:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Aug 2014 14:09:54 +0000 (16:09 +0200)
config/etc/fstab [deleted file]
lfs/stage2

diff --git a/config/etc/fstab b/config/etc/fstab
deleted file mode 100644 (file)
index 775f619..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# file system  mount-point  type     options         dump  fsck
-#                                                        order
-DEVICE1        /boot   auto    defaults        1       2
-DEVICE2         swap   swap    pri=1   0       0
-DEVICE3        /       auto    defaults        1       1
-DEVICE4        /var    auto    defaults        1       1
-none   /var/log/rrd    tmpfs   defaults,size=64M       0       0
-none   /var/lock       tmpfs   defaults,size=8M        0       0
index a084816309c4f69ae518c187e23e4280289cb117..19d9553797f966ff9135ceaa5a1d0e2cd85309b4 100644 (file)
@@ -75,7 +75,7 @@ $(TARGET) :
 
        # Config files
        cp -rvf $(DIR_SRC)/config/etc/* /etc;
-       touch /etc/mtab
+       touch /etc/{fs,m}tab
        echo "$(NAME) v$(VERSION) - $(SLOGAN)" >  /etc/issue
        echo "===============================" >> /etc/issue
        echo "\n running on \s \r \m"          >> /etc/issue