]> git.pld-linux.org Git - packages/setup.git/commitdiff
- shmfs is obsoleted, use tmpfs!
authorTomasz Pala <gotar@pld-linux.org>
Sun, 22 Feb 2004 08:30:17 +0000 (08:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup-tmpfs.patch -> 1.1

setup-tmpfs.patch [new file with mode: 0644]

diff --git a/setup-tmpfs.patch b/setup-tmpfs.patch
new file mode 100644 (file)
index 0000000..8a74f08
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN setup-2.4.5.orig/etc/fstab setup-2.4.5/etc/fstab
+--- setup-2.4.5.orig/etc/fstab 2004-02-22 09:24:41.000000000 +0100
++++ setup-2.4.5/etc/fstab      2004-02-22 09:25:20.000000000 +0100
+@@ -3,7 +3,7 @@
+ none                  /proc                   proc    defaults,gid=17 0 0
+ none                  /dev/pts                devpts  gid=5,mode=620  0 0
+-#none                 /dev/shm                shmfs   defaults        0 0
++#none                 /dev/shm                tmpfs   defaults        0 0
+ #none                 /dev                    devfs   defaults        0 0
+ /dev/fd0              /media/floppy           auto    user,noauto     0 0
This page took 0.028661 seconds and 4 git commands to generate.