mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] generic/etc/fstab: drop usbfs mountpoint
@ 2013-12-03 19:41 Uwe Kleine-König
  2013-12-16 16:00 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2013-12-03 19:41 UTC (permalink / raw)
  To: ptxdist

usbfs is deprecated since Linux 2.6.14 (according to
http://bugs.debian.org/360165) and having this entry makes mount -a
return unsuccessfully. So remove it.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 generic/etc/fstab | 1 -
 1 file changed, 1 deletion(-)

diff --git a/generic/etc/fstab b/generic/etc/fstab
index e3a7ca8..99b08c4 100644
--- a/generic/etc/fstab
+++ b/generic/etc/fstab
@@ -8,7 +8,6 @@ debugfs	/sys/kernel/debug	debugfs	defaults,noauto			0 0
 devpts	/dev/pts		devpts	defaults			0 0
 none	/tmp			tmpfs	defaults,mode=1777,uid=0,gid=0	0 0
 none	/sys			sysfs	defaults			0 0
-usbfs	/proc/bus/usb		usbfs	devgid=14,devmode=0660		0 0
 
 # ramdisks
 none	/run			tmpfs	defaults,mode=0755,uid=0,gid=0	0 0
-- 
1.8.4.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-16 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-03 19:41 [ptxdist] [PATCH] generic/etc/fstab: drop usbfs mountpoint Uwe Kleine-König
2013-12-16 16:00 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox