mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Moved group "usb" to GID 14 instead of 15
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bad0dd14d9
commit
678e79c258
@ -102,6 +102,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>May 20th, 2004 [winkie]: Moved group <quote>usb</quote> to GID
|
||||
14, instead of 15.</para></listitem>
|
||||
|
||||
<listitem><para>May 20th, 2004 [winkie]: Dropped Hotplug's
|
||||
<quote>cosmetic</quote> patch in favor of the script from LFS-Bootscripts and
|
||||
some general textual/rendering cleanups.</para></listitem>
|
||||
|
@ -47,7 +47,7 @@ dialout:x:10:
|
||||
audio:x:11:
|
||||
video:x:12:
|
||||
utmp:x:13:
|
||||
usb:x:15:
|
||||
usb:x:14:
|
||||
<userinput>EOF</userinput></screen>
|
||||
|
||||
<para>The created groups aren't part of any standard -- they are some of the
|
||||
|
@ -25,7 +25,7 @@ proc /proc proc defaults 0 0
|
||||
sysfs /sys sysfs defaults 0 0
|
||||
devpts /dev/pts devpts gid=4,mode=620 0 0
|
||||
shm /dev/shm tmpfs defaults 0 0
|
||||
usbfs /proc/bus/usb usbfs devgid=15,devmode=0660 0 0
|
||||
usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0
|
||||
# End /etc/fstab
|
||||
<userinput>EOF</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user