Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: src/rootfs_static_data/common/etc/udev/rules.d/70-persistent-net.rules

Issue 424011: build: Update fontconfig to fall back on Droid. (Closed)
Patch Set: update usernames Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # If we don't create generic udev rules, then udev will try to save the
2 # history of various devices (i.e. always associate a given device and MAC
3 # address with the same wlan number). As we use a keyfob across different
4 # machines the ethN and wlanN keep changing.
5 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
6 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="wlan*" , NAME="wlan0"
OLDNEW
« no previous file with comments | « src/rootfs_static_data/common/etc/gtk-2.0/gtkrc ('k') | src/rootfs_static_data/common/usr/share/icons/default/index.theme » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698