aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vagalume
AgeCommit message (Expand)Author
2010-06-10recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGEST...Martin Jansa
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2010-02-14vagalume: update 0.8.2 to 0.8.3Thomas Zimmermann
2010-01-16vagalume: update to version 0.8.2Thomas Zimmermann
2010-01-07vagalume: add index.theme from shr/mergeThomas Zimmermann
2009-09-15vagalume: Rename vagalume_0.7.bb as vagalume_0.7.1.bbKhem Raj
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
er/master-pkg-upgrade OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/files/tmpfs.patch
blob: 9d0d8b4515ccfce930d96eca3438070c1b6f1d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- udev-031/extras/start_udev~tmpfs	2004-09-10 17:10:03.000000000 -0400
+++ udev-031/extras/start_udev	2004-09-11 15:18:15.560789160 -0400
@@ -85,7 +85,7 @@
 fi
 
 echo "mounting... ramfs at $udev_root"
-mount -n -t ramfs none $udev_root
+mount -n -t ramfs none $udev_root || mount -n -t tmpfs none $udev_root
 
 # propogate /udev from /sys
 echo "Creating initial udev device nodes:"