Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43146 | Differences between
and this patch

Collapse All | Expand All

(-)/sbin/rc.orig (+4 lines)
Lines 88-93 Link Here
88
	ln -snf /proc/kcore /dev/core
88
	ln -snf /proc/kcore /dev/core
89
	ln -snf /proc/asound/oss/sndstat /dev/sndstat
89
	ln -snf /proc/asound/oss/sndstat /dev/sndstat
90
90
91
	# Create nodes that udev can't
92
	[ -x /sbin/dmsetup ] && /sbin/dmsetup mknodes &> /dev/null
93
	[ -x /sbin/lvm ] && /sbin/lvm vgscan -P --mknodes --ignorelockingfailure &> /dev/null
94
91
	# Create problematic directories
95
	# Create problematic directories
92
	mkdir -p /dev/{pts,shm}
96
	mkdir -p /dev/{pts,shm}
93
97

Return to bug 43146