Browse Source

Thomas Jakobi, Stefan Fiedler:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
54c8531a03
2 changed files with 2 additions and 2 deletions
  1. +1
    -0
      package/base/sysfiles/etc_fstab.txt
  2. +1
    -2
      package/base/udev/udev.conf

+ 1
- 0
package/base/sysfiles/etc_fstab.txt

@ -1,4 +1,5 @@
/dev/root / auto defaults 0 1
/dev/bus/usb /proc/bus/usb bind bind 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0

+ 1
- 2
package/base/udev/udev.conf

@ -35,8 +35,7 @@ udev_pm() {
ln -sv /proc/self/fd/2 $root/lib/udev/devices/stderr
rm -rf $root/lib/udev/devices/{pts,shm}
mkdir -p $root/lib/udev/devices/{pts,shm}
# mkinitrd quickhack - wouldn't be included in the initrd otherwise
touch $root/lib/udev/devices/{pts,shm}/.empty
mkdir -p $root/lib/udev/devices/bus/usb
cp -v $confdir/rules/* $root/etc/udev/rules.d/
cp -v $confdir/scripts/*.sh $root/lib/udev/

Loading…
Cancel
Save